Home
last modified time | relevance | path

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

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