Home
last modified time | relevance | path

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

/src/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.c70 struct mevent { struct
81 LIST_ENTRY(mevent) me_list; argument
90 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument
154 mevent_kq_filter(struct mevent *mevp) in mevent_kq_filter()
179 mevent_kq_flags(struct mevent *mevp) in mevent_kq_flags()
192 mevent_kq_fflags(struct mevent *mevp) in mevent_kq_fflags()
214 mevent_populate(struct mevent *mevp, struct kevent *kev) in mevent_populate()
232 struct mevent *mevp, *tmpp; in mevent_build()
271 struct mevent *mevp; in mevent_handle()
283 static struct mevent *
[all …]
H A Dmevent_test.c56 static struct mevent *tevp;
130 struct mevent *mev; in echoer()
H A Dnet_backends_priv.h131 struct mevent *mevp;
H A DMakefile36 mevent.c \
H A Drtc_pl031.c74 struct mevent *mevp;
H A Dnet_backend_slirp.c74 struct mevent *mevp;
H A Dpci_virtio_console.c114 struct mevent * vss_server_evp;
115 struct mevent * vss_conn_evp;
H A Dnet_backend_netmap.c54 struct mevent *mevp;
H A Duart_backend.c75 struct mevent *mev;
H A Dpci_virtio_input.c150 struct mevent *vsc_evp;
H A Dblock_if.c113 struct mevent *bc_resize_event;
H A Dgdb.c103 static struct mevent *read_event, *write_event;
H A Dpci_e82545.c252 struct mevent *esc_mevpitr;
/src/usr.sbin/bhyve/amd64/
H A Dpm.c46 static struct mevent *power_button;