Home
last modified time | relevance | path

Searched defs:mevent (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent.c98 struct mevent { struct
99 void (*me_func)(int, enum ev_type, void *);
124 LIST_ENTRY(mevent) me_list; argument
127 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument