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