Home
last modified time | relevance | path

Searched defs:newfd (Results 1 – 10 of 10) 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.h127 static inline void fd_trans_dup(int oldfd, int newfd) in fd_trans_dup()
/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/
Dseccomp.h
/openbmc/linux/include/uapi/linux/
Dseccomp.h
/openbmc/qemu/io/
H A Dchannel-file.c51 int newfd = dup(fd); in qio_channel_file_new_dupfd() local
/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/tools/testing/selftests/seccomp/
Dseccomp_bpf.c