Home
last modified time | relevance | path

Searched refs:err_fd (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/Documentation/usb/
H A Dusbdevfs-drop-permissions.c64 goto err_fd; in main()
118 err_fd: in main()
/openbmc/linux/drivers/vfio/
H A Dvirqfd.c139 goto err_fd; in vfio_virqfd_enable()
196 err_fd: in vfio_virqfd_enable()
/openbmc/qemu/qga/
H A Dcommands.c421 gint in_fd, out_fd, err_fd; in qmp_guest_exec() local
475 has_output ? &out_fd : NULL, has_output ? &err_fd : NULL, &gerr); in qmp_guest_exec()
507 err_ch = g_io_channel_win32_new_fd(err_fd); in qmp_guest_exec()
510 err_ch = g_io_channel_unix_new(err_fd); in qmp_guest_exec()
/openbmc/linux/mm/
H A Dmemfd.c366 goto err_fd; in SYSCALL_DEFINE2()
391 err_fd: in SYSCALL_DEFINE2()
/openbmc/linux/drivers/infiniband/core/
H A Drdma_core.c470 goto err_fd; in alloc_begin_fd_uobject()
476 goto err_fd; in alloc_begin_fd_uobject()
493 err_fd: in alloc_begin_fd_uobject()
/openbmc/linux/drivers/misc/cxl/
H A Dapi.c425 goto err_fd; in cxl_get_fd()
431 err_fd: in cxl_get_fd()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c1636 if (dev->vq[index].err_fd != -1) { in vu_set_vring_err_exec()
1637 close(dev->vq[index].err_fd); in vu_set_vring_err_exec()
1638 dev->vq[index].err_fd = -1; in vu_set_vring_err_exec()
1641 dev->vq[index].err_fd = nofd ? -1 : vmsg->fds[0]; in vu_set_vring_err_exec()
2212 if (vq->err_fd != -1) { in vu_deinit()
2213 close(vq->err_fd); in vu_deinit()
2214 vq->err_fd = -1; in vu_deinit()
2300 .call_fd = -1, .kick_fd = -1, .err_fd = -1, in vu_init()
H A Dlibvhost-user.h372 int err_fd; member
/openbmc/linux/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.c47 goto err_fd; in dpaa2_qdma_alloc_chan_resources()
59 err_fd: in dpaa2_qdma_alloc_chan_resources()
/openbmc/linux/kernel/events/
H A Dcore.c12530 goto err_fd; in SYSCALL_DEFINE5()
12835 err_fd: in SYSCALL_DEFINE5()