Searched refs:POLLRDNORM (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | poll.h | 71 #define POLLRDNORM 0x0040 /* non-OOB/URG data available */ macro 93 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
|
| /xnu-8019.80.24/bsd/security/audit/ |
| H A D | audit_pipe.c | 1067 if (events & (POLLIN | POLLRDNORM)) { in audit_pipe_poll() 1070 revents |= events & (POLLIN | POLLRDNORM); in audit_pipe_poll()
|
| H A D | audit_session.c | 1996 if (events & (POLLIN | POLLRDNORM)) { in audit_sdev_poll() 1999 revents |= events & (POLLIN | POLLRDNORM); in audit_sdev_poll()
|
| /xnu-8019.80.24/tests/ |
| H A D | kqueue_file_tests.c | 1715 …init_poll_test(&test, "10.1.3: does poll say I can read a nonempty FIFO?", FILE1, 1, 1, POLLRDNORM… in run_poll_tests() 1723 …st(&test, "10.1.4: does poll say I can read a nonempty regular file?", FILE1, 2, 1, POLLRDNORM, 1); in run_poll_tests() 1730 …init_poll_test(&test, "10.1.5: does poll say I can read an empty file?", FILE1, 1, 1, POLLRDNORM, … in run_poll_tests() 1739 …init_poll_test(&test, "10.2.2: does poll say I can read an empty FIFO?", FILE1, 1, 1, POLLRDNORM, … in run_poll_tests()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | sys_generic.c | 1976 if (events & (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND | POLLHUP)) { in poll_nocancel() 2092 mask = (POLLIN | POLLRDNORM | POLLPRI | POLLRDBAND); in poll_callback() 2094 mask = (POLLIN | POLLRDNORM); in poll_callback()
|
| H A D | uipc_socket.c | 6554 if (events & (POLLIN | POLLRDNORM)) { in sopoll() 6556 revents |= events & (POLLIN | POLLRDNORM); in sopoll() 6573 if (events & (POLLIN | POLLPRI | POLLRDNORM | POLLRDBAND)) { in sopoll()
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel.c | 1219 want_rx = (events & (POLLIN | POLLRDNORM)); in ch_event()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 779 u_int want_rx = events & (POLLIN | POLLRDNORM); in necp_fd_poll()
|