Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_event.c93 static int kqueue_poll(file_t *, int);
185 .fo_poll = kqueue_poll,
2604 kqueue_poll(file_t *fp, int events) in kqueue_poll() function