Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dpoll.h81 #define POLLATTRIB 0x0400 /* file attributes may have changed */ macro
/xnu-10063.101.15/bsd/kern/
H A Dsys_generic.c1770 (events & (POLLEXTEND | POLLATTRIB | POLLNLINK | POLLWRITE))) { in poll_nocancel()
1776 if (events & POLLATTRIB) { in poll_nocancel()
1891 fds->revents |= (fds->events & POLLATTRIB); in poll_callback()