Searched refs:os_sendmsg_fds (Results 1 – 4 of 4) sorted by relevance
/arch/um/kernel/ |
D | ksyms.c | 42 EXPORT_SYMBOL(os_sendmsg_fds);
|
/arch/um/include/shared/ |
D | os.h | 187 extern int os_sendmsg_fds(int fd, const void *buf, unsigned int len,
|
/arch/um/os-Linux/ |
D | file.c | 637 int os_sendmsg_fds(int fd, const void *buf, unsigned int len, const int *fds, in os_sendmsg_fds() function
|
/arch/um/drivers/ |
D | virtio_uml.c | 87 rc = os_sendmsg_fds(fd, buf, len, fds, fds_num); in full_sendmsg_fds()
|