Searched refs:get_fd (Results 1 – 12 of 12) sorted by relevance
| /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/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/sdbusplus/include/sdbusplus/asio/ |
| H A D | connection.hpp | 62 socket(io_.get_executor(), get_fd()), timer(io_.get_executor()) in connection() 67 sdbusplus::bus_t(bus), io_(io), socket(io_.get_executor(), get_fd()), in connection() 340 int fd = get_fd(); in read_wait()
|
| /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 | 15 event_loop.add_io(bus.get_fd(), EPOLLIN, dbus_event_handle, this); in context()
|
| /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 | 293 .get_fd = xen_be_evtchn_fd,
|