Searched refs:changebuf (Results 1 – 2 of 2) sorted by relevance
249 static struct kevent changebuf[8]; variable256 if (nchanges == __arraycount(changebuf)) { in allocchange()261 return &changebuf[nchanges++]; in allocchange()269 while ((rv = prog_kevent(kq, nchanges ? changebuf : NULL, nchanges, in wait_for_events()
254 struct kevent changebuf[64]; variable417 n = my_kevent(changebuf, changes, eventbuf, __arraycount(eventbuf)); in main()1599 if (changes == __arraycount(changebuf)) { in allocchange()1600 (void) my_kevent(changebuf, __arraycount(changebuf), NULL, 0); in allocchange()1604 return (&changebuf[changes++]); in allocchange()