Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dmevent.c94 struct mevent { struct
95 void (*me_func)(int, enum ev_type, void *);
120 LIST_ENTRY(mevent) me_list; argument
123 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument