Home
last modified time | relevance | path

Searched refs:NOTE_WL_IGNORE_ESTALE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Devent_private.h271 #define NOTE_WL_IGNORE_ESTALE 0x00000100 macro
/xnu-11215/bsd/kern/
H A Dkern_event.c2497 if (error == ESTALE && (kn->kn_sfflags & NOTE_WL_IGNORE_ESTALE)) { in filt_wlattach()
2739 if (error == ESTALE && (kev->fflags & NOTE_WL_IGNORE_ESTALE)) { in filt_wltouch()
2781 if (error == ESTALE && (kev->fflags & NOTE_WL_IGNORE_ESTALE)) { in filt_wlallow_drop()