Home
last modified time | relevance | path

Searched refs:port_connection (Results 1 – 3 of 3) sorted by relevance

/linux/arch/um/drivers/
H A Dport.h12 extern int port_connection(int fd, int *socket_out, int *pid_out);
H A Dport_user.c168 int port_connection(int fd, int *socket, int *pid_out) in port_connection() function
185 printk(UM_KERN_ERR "port_connection : error accessing port-helper " in port_connection()
H A Dport_kern.c83 fd = port_connection(port->fd, socket, &pid); in port_accept()
86 printk(KERN_ERR "port_accept : port_connection " in port_accept()