Home
last modified time | relevance | path

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

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