Searched refs:pollop (Results 1 – 3 of 3) sorted by relevance
71 struct pollop { struct101 struct pollop *pollop; in poll_init() local103 if (!(pollop = mm_calloc(1, sizeof(struct pollop)))) in poll_init()110 return (pollop); in poll_init()115 poll_check_ok(struct pollop *pop) in poll_check_ok()140 struct pollop *pop = base->evbase; in poll_dispatch()232 struct pollop *pop = base->evbase; in poll_add()295 struct pollop *pop = base->evbase; in poll_del()346 struct pollop *pop = base->evbase; in poll_dealloc()354 memset(pop, 0, sizeof(struct pollop)); in poll_dealloc()
59 struct pollop { struct91 struct pollop *pollop; in poll_init() local97 if (!(pollop = calloc(1, sizeof(struct pollop)))) in poll_init()102 return (pollop); in poll_init()118 poll_check_ok(struct pollop *pop) in poll_check_ok()154 struct pollop *pop = arg; in poll_dispatch()217 struct pollop *pop = arg; in poll_add()322 struct pollop *pop = arg; in poll_del()375 struct pollop *pop = arg; in poll_dealloc()386 memset(pop, 0, sizeof(struct pollop)); in poll_dealloc()