Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void * | port_data (int port) |
int | port_wait (void *data) |
void | port_kern_close (void *d) |
int | port_connection (int fd, int *socket_out, int *pid_out) |
int | port_listen_fd (int port) |
void | port_read (int fd, void *data) |
void | port_kern_free (void *d) |
int | port_rcv_fd (int fd) |
void | port_remove_dev (void *d) |
Definition at line 167 of file port_user.c.
Definition at line 159 of file port_kern.c.
Definition at line 284 of file port_kern.c.
Definition at line 111 of file port_user.c.
Definition at line 272 of file port_kern.c.
Definition at line 224 of file port_kern.c.