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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dmevent.h41 struct mevent;
43 struct mevent *mevent_add(int fd, enum ev_type type,
46 struct mevent *mevent_add_disabled(int fd, enum ev_type type,
49 int mevent_enable(struct mevent *evp);
50 int mevent_disable(struct mevent *evp);
51 int mevent_delete(struct mevent *evp);
52 int mevent_delete_close(struct mevent *evp);
H A Dmevent.c62 #include "mevent.h"
73 struct mevent { struct
83 LIST_ENTRY(mevent) me_list;
86 static LIST_HEAD(listhead, mevent) global_head, change_head;
130 mevent_kq_filter(struct mevent *mevp)
152 mevent_kq_flags(struct mevent *mevp)
158 mevent_kq_fflags(struct mevent *mevp)
167 struct mevent *mevp, *tmpp;
222 struct mevent *mevp;
234 static struct mevent *
[all...]
H A Dmevent_test.c35 * cc mevent_test.c mevent.c -lpthread
50 #include "mevent.h"
57 static struct mevent *tevp;
133 struct mevent *mev;
H A DMakefile35 mevent.c \
H A Dpm.c44 #include "mevent.h"
49 static struct mevent *power_button;
H A Dpci_virtio_console.c66 #include "mevent.h"
116 struct mevent * vss_server_evp;
117 struct mevent * vss_conn_evp;
H A Dnet_backends.c80 #include "mevent.h"
181 struct mevent *mevp;
593 struct mevent *mevp;
H A Duart_emul.c57 #include "mevent.h"
131 struct mevent *mev;
208 * Enable mevent to trigger when new characters are available
240 * Disable mevent callback if the FIFO is full.
390 * This routine is called in the context of the mevent thread
H A Dgdb.c64 #include "mevent.h"
75 static struct mevent *read_event, *write_event;
379 * XXX: This triggers a warning because mevent does the close
H A Dpci_e82545.c70 #include "mevent.h"
252 struct mevent *esc_mevpitr;

Completed in 122 milliseconds