Home
last modified time | relevance | path

Searched refs:get_fd (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugbm.c178 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 Dvugbm.h33 bool (*get_fd)(struct vugbm_buffer *buf, int *fd); member
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dio.hpp64 int get_fd() const;
H A Dio.cpp29 int IO::get_fd() const in get_fd() function in sdeventplus::source::IO
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp62 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 Dxen_backend_ops.h59 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 Dio.cpp206 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 Dcontext.cpp15 event_loop.add_io(bus.get_fd(), EPOLLIN, dbus_event_handle, this); in context()
/openbmc/sdbusplus/include/sdbusplus/
H A Dbus.hpp411 auto get_fd() in get_fd() function
/openbmc/qemu/hw/xen/
H A Dxen-operations.c164 .get_fd = xenevtchn_fd,
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1115 self._fd = self._watch_manager.get_fd()
1742 def get_fd(self): member in WatchManager
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c293 .get_fd = xen_be_evtchn_fd,