Searched refs:event_queue_remove (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/pf/libevent/
H A Devent.c124 static void event_queue_remove(struct event_base *, struct event *, int);
307 event_queue_remove(base, ev, EVLIST_ACTIVE);
612 event_queue_remove(base, ev, EVLIST_TIMEOUT);
627 event_queue_remove(base, ev, EVLIST_ACTIVE);
682 event_queue_remove(base, ev, EVLIST_TIMEOUT);
685 event_queue_remove(base, ev, EVLIST_ACTIVE);
688 event_queue_remove(base, ev, EVLIST_INSERTED);
691 event_queue_remove(base, ev, EVLIST_SIGNAL);
769 event_queue_remove(base, ev, EVLIST_TIMEOUT);
781 event_queue_remove(struc function
[all...]
/freebsd-11-stable/sys/dev/hptmv/
H A Dioctl.c101 event_queue_remove(PHPT_EVENT pEvent) function
450 int ret = event_queue_remove(pEvent);

Completed in 125 milliseconds