Home
last modified time | relevance | path

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

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