/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vugbm.c | 178 get_fd(struct vugbm_buffer *buf, int *fd) in get_fd() function 215 dev->get_fd = get_fd; in vugbm_device_init() 229 dev->get_fd = udmabuf_get_fd; in vugbm_device_init() 268 if (!buffer->dev->get_fd) { in vugbm_buffer_can_get_dmabuf_fd() 279 !buffer->dev->get_fd(buffer, fd)) { in vugbm_buffer_get_dmabuf_fd()
|
H A D | vugbm.h | 33 bool (*get_fd)(struct vugbm_buffer *buf, int *fd); member
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | connection.hpp | 60 socket(io_.get_executor(), get_fd()), timer(io_.get_executor()) in connection() 65 sdbusplus::bus_t(bus), io_(io), socket(io_.get_executor(), get_fd()), in connection() 358 int fd = get_fd(); in read_wait()
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | io.hpp | 64 int get_fd() const;
|
H A D | io.cpp | 29 int IO::get_fd() const in get_fd() function in sdeventplus::source::IO
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | backend.h | 40 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops, member
|
H A D | cxl_hw.c | 172 .get_fd = cxlflash_get_fd,
|
H A D | superpipe.c | 1434 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in cxlflash_disk_attach() 1568 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in recover_context()
|
H A D | ocxl_hw.c | 1394 .get_fd = ocxlflash_get_fd,
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen_backend_ops.h | 59 int (*get_fd)(struct xenevtchn_handle *xc); member 107 return xen_evtchn_ops->get_fd(xc); in qemu_xen_evtchn_fd()
|
/openbmc/sdeventplus/test/source/ |
H A D | io.cpp | 206 EXPECT_EQ(fd, io->get_fd()); in TEST_F() 213 EXPECT_THROW(io->get_fd(), SdEventError); in TEST_F()
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 13 event_loop.add_io(bus.get_fd(), EPOLLIN, dbus_event_handle, this); in context()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 375 int do_pin_any(int argc, char **argv, int (*get_fd)(int *, char ***)) in do_pin_any() 383 fd = get_fd(&argc, &argv); in do_pin_any()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | bus.hpp | 411 auto get_fd() in get_fd() function
|
/openbmc/qemu/hw/xen/ |
H A D | xen-operations.c | 164 .get_fd = xenevtchn_fd,
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1115 self._fd = self._watch_manager.get_fd() 1742 def get_fd(self): member in WatchManager
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 291 .get_fd = xen_be_evtchn_fd,
|