Home
last modified time | relevance | path

Searched refs:NEVENT (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/pf/libevent/
HDkqueue.c62 #define NEVENT 64 macro
114 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent)); in kq_init()
119 kqueueop->events = malloc(NEVENT * sizeof(struct kevent)); in kq_init()
125 kqueueop->nevents = NEVENT; in kq_init()
137 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 || in kq_init()
/trueos/usr.sbin/dconschat/
HDdconschat.c886 #define NEVENT 5 macro
890 struct kevent elist[NEVENT], *e; in dconschat_proc_socket()
894 n = kevent(dc->kq, NULL, 0, elist, NEVENT, &dc->to); in dconschat_proc_socket()