Searched defs:imsgev (Results 1 – 1 of 1) sorted by relevance
137 struct imsgev { struct138 struct imsgbuf ibuf;139 void (*handler)(int, short, void *);140 struct event ev;164 struct imsgev *sc_iev; argument