| /xnu-12377.61.12/tests/ |
| H A D | kevent_continuous_time.c | 123 …T_ASSERT_EQ(kev.flags & EV_ERROR, 0, "event should not have EV_ERROR set: %s", kev.flags & EV_ERRO… 195 …T_ASSERT_EQ(event.flags & EV_ERROR, 0, "event should not have EV_ERROR set: %s", event.flags & EV_… 209 …T_ASSERT_EQ(event.flags & EV_ERROR, 0, "event should not have EV_ERROR set: %s", event.flags & EV_… 240 …T_ASSERT_EQ(event.flags & EV_ERROR, 0, "should not have EV_ERROR set: %s", event.flags & EV_ERROR …
|
| H A D | uipc_kevent.c | 39 EV_SET(&chlist, sockets[0], EVFILT_WRITE, EV_ADD | EV_ERROR, 0, 0, 0); in test_kevent() 77 EV_SET(&chlist, sockets[0], EVFILT_WRITE, EV_ADD | EV_ERROR, 0, 0, 0); in test_kevent_lowat() 110 EV_SET(&chlist, sockets[0], EVFILT_WRITE, EV_ADD | EV_ERROR, NOTE_LOWAT, 100, 0); in test_kevent_lowat() 128 EV_SET(&chlist, sockets[0], EVFILT_WRITE, EV_ADD | EV_ERROR, 0, 0, 0); in test_kevent_lowat()
|
| H A D | kqueue_timer_tests.c | 59 if (ret < 1 || (kev->flags & EV_ERROR)) { in do_simple_kevent() 224 if (ret != 0 || (kev.flags & EV_ERROR)) { in test_interval_kevent() 302 if (ret != 1 || (kev.flags & EV_ERROR)) { in test_repeating_kevent()
|
| H A D | net_tuntests.c | 847 T_QUIET; T_EXPECT_FALSE(kev[0].flags & EV_ERROR, NULL); in xfer_1_packet_singly() 952 T_QUIET; T_EXPECT_FALSE(kev[e].flags & EV_ERROR, NULL); in xfer_1_packet_together()
|
| H A D | kqueue_file_tests.c | 585 if ((cnt < 0) || (evlist.flags & EV_ERROR)) { in execute_test()
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_oneslot.c | 120 assert((kev.flags & EV_ERROR) == 0); in skt_oneslot_common() 183 assert((kev.flags & EV_ERROR) == 0); in skt_oneslot_common()
|
| H A D | skt_badring.c | 144 assert(kevout.flags & EV_ERROR); in skt_badringtx_common() 263 assert(kevout.flags & EV_ERROR); in skt_badringrx_common()
|
| H A D | skt_xfer.c | 1533 if (evlist.flags & EV_ERROR) { in channel_port_receive_all() 1649 if (evlist[i].flags & EV_ERROR) { in send_and_receive() 1897 } else if (evlist[0].flags & EV_ERROR) { in ping_pong() 2258 if (ev.flags & EV_ERROR) { in send_tcp() 2383 if (evlist.flags & EV_ERROR) { in do_error_receive() 2451 if (evlist.flags & EV_ERROR) { in do_error_send()
|
| H A D | skywalk_test_utils.c | 1788 if (evlist.flags & EV_ERROR) { in sktu_channel_port_tx_burst_pkt() 1853 if (evlist.flags & EV_ERROR) { in sktu_channel_port_tx_burst() 2132 if (evlist.flags & EV_ERROR) { in sktu_channel_port_rx_burst()
|
| H A D | skt_netifdirect.c | 553 if (evlist[i].flags & EV_ERROR) { in skt_netif_send_and_receive()
|
| H A D | skt_utunloop.c | 594 assert((kev.flags & EV_ERROR) == 0); in sourceudp()
|
| H A D | skywalk_test_common.c | 952 if (evlist.flags & EV_ERROR) { in wait_on_fd()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | event.h | 175 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
|
| /xnu-12377.61.12/osfmk/ipc/ |
| H A D | ipc_pset.c | 936 kev->flags |= EV_ERROR; in filt_machporttouch() 962 if (kev->flags & EV_ERROR) { in filt_psettouch() 980 if (kev->flags & EV_ERROR) { in filt_porttouch()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_event.c | 931 kn->kn_flags |= EV_ERROR; in knote_set_error() 1788 kev->flags |= EV_ERROR; in filt_timertouch() 1794 kev->flags |= EV_ERROR; in filt_timertouch() 1800 kev->flags |= EV_ERROR; in filt_timertouch() 2538 cont_args->kev.flags |= EV_ERROR; in filt_wlwait_continue() 2744 kev->flags |= EV_ERROR; in filt_wltouch() 2785 kev->flags |= EV_ERROR; in filt_wlallow_drop() 3926 kev->flags |= EV_ERROR; in kevent_register_wait_prepare() 3973 if (kev->flags & (EV_ERROR | EV_RECEIPT)) { in kevent_register_wait_return() 3974 if ((kev->flags & EV_ERROR) == 0) { in kevent_register_wait_return() [all …]
|
| H A D | sys_generic.c | 1764 if ((kev.flags & EV_ERROR) == 0 && in poll_nocancel() 1772 if ((kev.flags & EV_ERROR) == 0 && in poll_nocancel() 1792 if (kev.flags & EV_ERROR) { in poll_nocancel() 1866 if (kevp->flags & EV_ERROR) { in poll_callback()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_vnops.c | 2007 if ((kn->kn_flags & EV_ERROR) == 0) { in vn_kqfilter()
|
| /xnu-12377.61.12/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 956 if ((kn->kn_flags & EV_ERROR) == 0) { in spec_kqfilter()
|