Home
last modified time | relevance | path

Searched refs:os_connect_socket (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/um/kernel/
Dksyms.c34 EXPORT_SYMBOL(os_connect_socket);
/linux-4.1.27/arch/um/include/shared/
Dos.h158 extern int os_connect_socket(const char *name);
/linux-4.1.27/fs/hppfs/
Dhppfs.c304 fd = os_connect_socket(host_file); in open_host_sock()
310 fd = os_connect_socket(host_file); in open_host_sock()
/linux-4.1.27/arch/um/os-Linux/
Dfile.c208 int os_connect_socket(const char *name) in os_connect_socket() function