Searched refs:POLLWRNORM (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skt_oneslot.c | 101 fds.events = POLLWRNORM; in skt_oneslot_common() 107 assert(fds.events == POLLWRNORM); in skt_oneslot_common() 108 assert(fds.revents == POLLWRNORM); in skt_oneslot_common()
|
| H A D | skt_nslots.c | 143 fds.events = POLLWRNORM; in skt_nslots_common() 148 assert(fds.events == POLLWRNORM); in skt_nslots_common() 149 assert(fds.revents == POLLWRNORM); in skt_nslots_common()
|
| H A D | skt_shutdown.c | 99 fds.events = sock_fds.events = POLLWRNORM; in skt_shutdown_common() 109 assert(sock_fds.events == POLLWRNORM); in skt_shutdown_common()
|
| H A D | skt_badring.c | 117 …T_LOG("events 0x%x revents 0x%x check 0x%x\n", fds.events, fds.revents, (POLLWRNORM | POLLWRBAND |… in skt_badringtx_common()
|
| H A D | skywalk_test_utils.c | 988 fds.events = POLLWRNORM; in sktc_pump_ring_nslots_poll() 1021 assert(fds.events == POLLWRNORM); in sktc_pump_ring_nslots_poll() 1022 assert(fds.revents == POLLWRNORM); in sktc_pump_ring_nslots_poll()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | poll.h | 72 #define POLLWRNORM POLLOUT /* no write type differentiation */ macro
|
| /xnu-12377.41.6/tests/ |
| H A D | kqueue_file_tests.c | 1702 …init_poll_test(&test, "10.1.1: does poll say I can write a regular file?", FILE1, 1, 1, POLLWRNORM… in run_poll_tests() 1708 …init_poll_test(&test, "10.1.2: does poll say I can write an empty FIFO?", FILE1, 1, 1, POLLWRNORM,… in run_poll_tests() 1746 …init_poll_test(&test, "10.2.3: does poll say I can write a full FIFO?", FILE1, 1, 1, POLLWRNORM, 0… in run_poll_tests()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | sys_generic.c | 1765 (events & (POLLOUT | POLLWRNORM | POLLWRBAND))) { in poll_nocancel() 1885 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()
|
| H A D | uipc_socket.c | 6453 if (events & (POLLOUT | POLLWRNORM)) { in sopoll() 6455 revents |= events & (POLLOUT | POLLWRNORM); in sopoll() 6475 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()
|
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel.c | 1225 want_tx = (events & (POLLOUT | POLLWRNORM)); in ch_event()
|