Searched refs:os_shutdown_socket (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/um/kernel/ |
D | ksyms.c | 32 EXPORT_SYMBOL(os_shutdown_socket);
|
/linux-4.1.27/arch/um/drivers/ |
D | port_kern.c | 244 os_shutdown_socket(conn->socket[0], 1, 1); in port_wait() 246 os_shutdown_socket(conn->socket[1], 1, 1); in port_wait()
|
/linux-4.1.27/arch/um/include/shared/ |
D | os.h | 154 extern int os_shutdown_socket(int fd, int r, int w);
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 460 int os_shutdown_socket(int fd, int r, int w) in os_shutdown_socket() function
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 353 err = os_shutdown_socket(fd, 0, 1); in hppfs_get_data()
|