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