Searched defs:newfd (Results 1 – 12 of 12) sorted by relevance
/openbmc/sdeventplus/example/ |
H A D | follow.cpp | 25 int newfd = open(fifo, O_NONBLOCK | O_RDONLY); in reader() local
|
/openbmc/qemu/linux-user/ |
H A D | fd-trans.h | 117 static inline void fd_trans_dup(int oldfd, int newfd) in fd_trans_dup()
|
/openbmc/linux/fs/ |
H A D | file.c | 1203 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() 1237 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument 1242 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.c | 136 int newfd; in ivshmem_server_handle_new_conn() local
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | seccomp.h | 136 __u32 newfd; member
|
/openbmc/qemu/io/ |
H A D | channel-file.c | 51 int newfd = dup(fd); in qio_channel_file_new_dupfd() local
|
/openbmc/linux/include/uapi/linux/ |
H A D | seccomp.h | 136 __u32 newfd; member
|
/openbmc/qemu/net/ |
H A D | dgram.c | 328 int newfd; in net_dgram_mcast_init() local
|
H A D | socket.c | 337 int newfd; in net_socket_fd_init_dgram() local
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_iommu.c | 333 int newfd = -1; in spapr_tce_set_need_vfio() local
|
/openbmc/linux/net/ |
H A D | socket.c | 1966 int newfd; in __sys_accept4_file() local
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 240 __u32 newfd; member
|