Home
last modified time | relevance | path

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

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