Home
last modified time | relevance | path

Searched refs:EV_ERROR (Results 1 – 18 of 18) sorted by relevance

/xnu-12377.61.12/tests/
H A Dkevent_continuous_time.c123 …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 Duipc_kevent.c39 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 Dkqueue_timer_tests.c59 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 Dnet_tuntests.c847 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 Dkqueue_file_tests.c585 if ((cnt < 0) || (evlist.flags & EV_ERROR)) { in execute_test()
/xnu-12377.61.12/tests/skywalk/
H A Dskt_oneslot.c120 assert((kev.flags & EV_ERROR) == 0); in skt_oneslot_common()
183 assert((kev.flags & EV_ERROR) == 0); in skt_oneslot_common()
H A Dskt_badring.c144 assert(kevout.flags & EV_ERROR); in skt_badringtx_common()
263 assert(kevout.flags & EV_ERROR); in skt_badringrx_common()
H A Dskt_xfer.c1533 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 Dskywalk_test_utils.c1788 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 Dskt_netifdirect.c553 if (evlist[i].flags & EV_ERROR) { in skt_netif_send_and_receive()
H A Dskt_utunloop.c594 assert((kev.flags & EV_ERROR) == 0); in sourceudp()
H A Dskywalk_test_common.c952 if (evlist.flags & EV_ERROR) { in wait_on_fd()
/xnu-12377.61.12/bsd/sys/
H A Devent.h175 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_pset.c936 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 Dkern_event.c931 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 Dsys_generic.c1764 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 Dvfs_vnops.c2007 if ((kn->kn_flags & EV_ERROR) == 0) { in vn_kqfilter()
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c956 if ((kn->kn_flags & EV_ERROR) == 0) { in spec_kqfilter()