Home
last modified time | relevance | path

Searched refs:remove_watch (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlink-test.c23 remove_watch(VuDev *dev, int fd) in remove_watch() function
40 rc = vu_init(&dev, max_queues, socket, panic, NULL, set_watch, remove_watch, &iface); in main()
H A Dlibvhost-user-glib.c120 remove_watch(VuDev *vu_dev, int fd) in remove_watch() function
157 remove_watch, iface)) { in vug_init()
H A Dlibvhost-user.h443 vu_remove_watch_cb remove_watch; member
484 vu_remove_watch_cb remove_watch,
H A Dlibvhost-user.c761 dev->remove_watch(dev, dev->vq[index].kick_fd); in vu_kick_cb()
1283 dev->remove_watch(dev, dev->vq[index].kick_fd); in vu_get_vring_base_exec()
1414 dev->remove_watch(dev, dev->vq[index].kick_fd); in vu_set_vring_kick_exec()
1453 dev->remove_watch(dev, vq->kick_fd); in vu_set_queue_handler()
2207 dev->remove_watch(dev, vq->kick_fd); in vu_deinit()
2259 vu_remove_watch_cb remove_watch, in vu_init() argument
2267 assert(remove_watch); in vu_init()
2277 dev->remove_watch = remove_watch; in vu_init()
/openbmc/boost-dbus/include/dbus/detail/
H A Dwatch_timeout.hpp81 static void remove_watch(DBusWatch *dbus_watch, void *data) { in remove_watch() function
148 dbus_connection_set_watch_functions(conn, &add_watch, &remove_watch, in set_watch_timeout_dispatch_functions()
/openbmc/qemu/util/
H A Dvhost-user-server.c315 static void remove_watch(VuDev *vu_dev, int fd) in remove_watch() function
347 vu_message_read, set_watch, remove_watch, server->vu_iface)) { in vu_accept()