Searched refs:POLLWRNORM (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.81.4/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 | 1002 fds.events = POLLWRNORM; in sktc_pump_ring_nslots_poll() 1035 assert(fds.events == POLLWRNORM); in sktc_pump_ring_nslots_poll() 1036 assert(fds.revents == POLLWRNORM); in sktc_pump_ring_nslots_poll()
|
| /xnu-11215.81.4/bsd/sys/ ! |
| H A D | poll.h | 72 #define POLLWRNORM POLLOUT /* no write type differentiation */ macro
|
| /xnu-11215.81.4/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-11215.81.4/bsd/kern/ ! |
| H A D | sys_generic.c | 1761 (events & (POLLOUT | POLLWRNORM | POLLWRBAND))) { in poll_nocancel() 1881 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()
|
| H A D | uipc_socket.c | 6502 if (events & (POLLOUT | POLLWRNORM)) { in sopoll() 6504 revents |= events & (POLLOUT | POLLWRNORM); in sopoll() 6524 if (events & (POLLOUT | POLLWRNORM)) { in sopoll()
|
| /xnu-11215.81.4/bsd/skywalk/channel/ ! |
| H A D | channel.c | 1224 want_tx = (events & (POLLOUT | POLLWRNORM)); in ch_event()
|