Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dpoll.h82 #define POLLNLINK 0x0800 /* (un)link/rename may have happened */ macro
/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1773 (events & (POLLEXTEND | POLLATTRIB | POLLNLINK | POLLWRITE))) { in poll_nocancel()
1782 if (events & POLLNLINK) { in poll_nocancel()
1897 fds->revents |= (fds->events & POLLNLINK); in poll_callback()