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

/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c31 if (ret < 1 || (kev->flags & EV_ERROR)) {
165 if (ret != 1 || (kev.flags & EV_ERROR)) {
H A Dkqueue_file_tests.c465 if ((cnt < 0) || (evlist.flags & EV_ERROR)) {
/darwin-on-arm/xnu/bsd/sys/
H A Devent.h155 #define EV_RECEIPT 0x0040 /* force EV_ERROR on success, data == 0 */
168 #define EV_ERROR 0x4000 /* error, data contains errno */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c931 kn->kn_flags |= EV_ERROR;
1416 kev.flags = EV_ERROR;
H A Dtty_ptmx.c1594 kn->kn_flags |= EV_ERROR;
H A Dsys_generic.c1579 if (kevp->flags & EV_ERROR)

Completed in 92 milliseconds