Searched refs:EV_ERROR (Results 1 – 11 of 11) sorted by relevance
| /xnu-10063.141.1/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 | 1002 T_QUIET; T_EXPECT_FALSE(kev[0].flags & EV_ERROR, NULL); in xfer_1_packet_singly() 1107 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-10063.141.1/bsd/sys/ |
| H A D | event.h | 175 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
|
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_pset.c | 904 kev->flags |= EV_ERROR; in filt_machporttouch() 930 if (kev->flags & EV_ERROR) { in filt_psettouch() 948 if (kev->flags & EV_ERROR) { in filt_porttouch()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_event.c | 912 kn->kn_flags |= EV_ERROR; in knote_set_error() 1769 kev->flags |= EV_ERROR; in filt_timertouch() 1775 kev->flags |= EV_ERROR; in filt_timertouch() 1781 kev->flags |= EV_ERROR; in filt_timertouch() 2519 cont_args->kev.flags |= EV_ERROR; in filt_wlwait_continue() 2725 kev->flags |= EV_ERROR; in filt_wltouch() 2766 kev->flags |= EV_ERROR; in filt_wlallow_drop() 3825 kev->flags |= EV_ERROR; in kevent_register_wait_prepare() 3872 if (kev->flags & (EV_ERROR | EV_RECEIPT)) { in kevent_register_wait_return() 3873 if ((kev->flags & EV_ERROR) == 0) { in kevent_register_wait_return() [all …]
|
| H A D | sys_generic.c | 1761 if ((kev.flags & EV_ERROR) == 0 && in poll_nocancel() 1769 if ((kev.flags & EV_ERROR) == 0 && in poll_nocancel() 1789 if (kev.flags & EV_ERROR) { in poll_nocancel() 1863 if (kevp->flags & EV_ERROR) { in poll_callback()
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_vnops.c | 1949 if ((kn->kn_flags & EV_ERROR) == 0) { in vn_kqfilter()
|
| /xnu-10063.141.1/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 896 if ((kn->kn_flags & EV_ERROR) == 0) { in spec_kqfilter()
|