Home
last modified time | relevance | path

Searched defs:newfd (Results 1 – 12 of 12) sorted by relevance

/openbmc/sdeventplus/example/
H A Dfollow.cpp25 int newfd = open(fifo, O_NONBLOCK | O_RDONLY); in reader() local
/openbmc/qemu/linux-user/
H A Dfd-trans.h117 static inline void fd_trans_dup(int oldfd, int newfd) in fd_trans_dup()
/openbmc/linux/fs/
H A Dfile.c1203 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 Divshmem-server.c136 int newfd; in ivshmem_server_handle_new_conn() local
/openbmc/linux/tools/include/uapi/linux/
H A Dseccomp.h136 __u32 newfd; member
/openbmc/qemu/io/
H A Dchannel-file.c51 int newfd = dup(fd); in qio_channel_file_new_dupfd() local
/openbmc/linux/include/uapi/linux/
H A Dseccomp.h136 __u32 newfd; member
/openbmc/qemu/net/
H A Ddgram.c328 int newfd; in net_dgram_mcast_init() local
H A Dsocket.c337 int newfd; in net_socket_fd_init_dgram() local
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c333 int newfd = -1; in spapr_tce_set_need_vfio() local
/openbmc/linux/net/
H A Dsocket.c1966 int newfd; in __sys_accept4_file() local
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c240 __u32 newfd; member