Searched refs:mevent (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dmevent.h43 struct mevent;
45 struct mevent *mevent_add(int fd, enum ev_type type,
48 struct mevent *mevent_add_flags(int fd, enum ev_type type, int fflags,
51 struct mevent *mevent_add_disabled(int fd, enum ev_type type,
54 int mevent_enable(struct mevent *evp);
55 int mevent_disable(struct mevent *evp);
56 int mevent_delete(struct mevent *evp);
57 int mevent_delete_close(struct mevent *evp);
58 int mevent_timer_update(struct mevent *evp, int msecs);
H A Dmevent.c58 #include "mevent.h"
69 struct mevent { struct
80 LIST_ENTRY(mevent) me_list;
89 static LIST_HEAD(listhead, mevent) global_head, change_head;
153 mevent_kq_filter(struct mevent *mevp)
178 mevent_kq_flags(struct mevent *mevp)
191 mevent_kq_fflags(struct mevent *mevp)
213 mevent_populate(struct mevent *mevp, struct kevent *kev)
231 struct mevent *mevp, *tmpp;
270 struct mevent *mev
[all...]
H A Dnet_backends_priv.h131 struct mevent *mevp;
H A Dmevent_test.c33 * cc mevent_test.c mevent.c -lpthread
48 #include "mevent.h"
55 static struct mevent *tevp;
129 struct mevent *mev;
H A DMakefile36 mevent.c \
H A Drtc_pl031.c37 #include "mevent.h"
74 struct mevent *mevp;
H A Duart_backend.c47 #include "mevent.h"
69 struct mevent *mev;
168 * Disable mevent callback if the FIFO is full.
230 * Enable mevent to trigger when new characters are available
H A Dpci_virtio_console.c64 #include "mevent.h"
114 struct mevent * vss_server_evp;
115 struct mevent * vss_conn_evp;
H A Dnet_backend_netmap.c38 #include "mevent.h"
54 struct mevent *mevp;
H A Dpci_virtio_input.c61 #include "mevent.h"
150 struct mevent *vsc_evp;
706 WPRINTF(("%s: could not register mevent", __func__));
H A Dnet_backend_slirp.c43 * mevent loop. Sockets instantiated by libslirp are monitored by a thread
65 #include "mevent.h"
136 struct mevent *mevp;
H A Dblock_if.c61 #include "mevent.h"
113 struct mevent *bc_resize_event;
H A Dgdb.c66 #include "mevent.h"
86 static struct mevent *read_event, *write_event;
391 * XXX: This triggers a warning because mevent does the close
H A Dpci_e82545.c70 #include "mevent.h"
252 struct mevent *esc_mevpitr;
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dpm.c41 #include "mevent.h"
46 static struct mevent *power_button;

Completed in 213 milliseconds