Searched refs:MEVENT_MAX (Results 1 – 1 of 1) sorted by relevance
64 #define MEVENT_MAX 64 macro103 char buf[MEVENT_MAX]; in mevent_pipe_read()112 } while (status == MEVENT_MAX); in mevent_pipe_read()211 assert(i < MEVENT_MAX); in mevent_build()417 struct kevent changelist[MEVENT_MAX]; in mevent_dispatch()418 struct kevent eventlist[MEVENT_MAX]; in mevent_dispatch()482 ret = kevent(mfd, NULL, 0, eventlist, MEVENT_MAX, NULL); in mevent_dispatch()