Home
last modified time | relevance | path

Searched refs:nofd (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch37 unsigned nofd : 1;
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c1295 bool nofd = vmsg->payload.u64 & VHOST_USER_VRING_NOFD_MASK; in vu_check_queue_msg_file() local
1303 if (nofd) { in vu_check_queue_msg_file()
1405 bool nofd = vmsg->payload.u64 & VHOST_USER_VRING_NOFD_MASK; in vu_set_vring_kick_exec() local
1419 dev->vq[index].kick_fd = nofd ? -1 : vmsg->fds[0]; in vu_set_vring_kick_exec()
1599 bool nofd = vmsg->payload.u64 & VHOST_USER_VRING_NOFD_MASK; in vu_set_vring_call_exec() local
1612 dev->vq[index].call_fd = nofd ? -1 : vmsg->fds[0]; in vu_set_vring_call_exec()
1628 bool nofd = vmsg->payload.u64 & VHOST_USER_VRING_NOFD_MASK; in vu_set_vring_err_exec() local
1641 dev->vq[index].err_fd = nofd ? -1 : vmsg->fds[0]; in vu_set_vring_err_exec()