Searched refs:EV_ERROR (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c32 if (ret < 1 || (kev->flags & EV_ERROR)) {
166 if (ret != 1 || (kev.flags & EV_ERROR)) {
H A Dkqueue_file_tests.c466 if ((cnt < 0) || (evlist.flags & EV_ERROR)) {
/xnu-2422.115.4/bsd/sys/
H A Devent.h156 #define EV_RECEIPT 0x0040 /* force EV_ERROR on success, data == 0 */
169 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
/xnu-2422.115.4/tools/tests/unit_tests/ptrace_test_12507045_src/
H A Dptrace_test.c660 if (filter & EV_ERROR) strlcat(flags_string, "|EV_ERROR", sizeof(flags_string));
/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c1019 kn->kn_flags |= EV_ERROR;
1527 kev.flags = EV_ERROR;
H A Dtty_ptmx.c1610 kn->kn_flags |= EV_ERROR;
H A Dsys_generic.c1550 if (kevp->flags & EV_ERROR)

Completed in 99 milliseconds