Home
last modified time | relevance | path

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

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