Searched refs:POLLWRNORM (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dpoll.h72 #define POLLWRNORM POLLOUT /* no write type differentiation */ macro
/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c1508 init_poll_test(&test, "10.1.1: does poll say I can write a regular file?", FILE1, 1, 1, POLLWRNORM, 1);
1514 init_poll_test(&test, "10.1.2: does poll say I can write an empty FIFO?", FILE1, 1, 1, POLLWRNORM, 1);
1552 init_poll_test(&test, "10.2.3: does poll say I can write a full FIFO?", FILE1, 1, 1, POLLWRNORM, 0);
/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c1497 events & ( POLLOUT | POLLWRNORM | POLLWRBAND )) {
1584 fds->revents |= (fds->events & ( POLLOUT | POLLWRNORM | POLLWRBAND ));
H A Duipc_socket.c5338 if (events & (POLLOUT | POLLWRNORM))
5340 revents |= events & (POLLOUT | POLLWRNORM);
5356 if (events & (POLLOUT | POLLWRNORM)) {

Completed in 496 milliseconds