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

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dio.d189 inline int DTYPE_KQUEUE = 5;
190 #pragma D binding "1.1" DTYPE_KQUEUE
204 F->fg_ops->fo_type == DTYPE_KQUEUE ? "<kqueue>" :
/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h144 DTYPE_KQUEUE, /* kqueue */ enumerator in enum:__anon483
/xnu-2782.1.97/security/
H A Dmac_base.c1633 case DTYPE_KQUEUE:
1839 case DTYPE_KQUEUE:
H A Dmac_vfs.c1674 case DTYPE_KQUEUE:
/xnu-2782.1.97/bsd/kern/
H A Dkern_guarded.c670 case DTYPE_KQUEUE:
H A Dkern_descrip.c2886 case DTYPE_KQUEUE:
3540 if (fp->f_type != DTYPE_KQUEUE) {
4768 if (*fpp != NULL && (*fpp)->f_type == DTYPE_KQUEUE) {
5745 /* DTYPE_KQUEUE, DTYPE_FSEVENTS, DTYPE_PSXSEM */
H A Dkern_event.c133 .fo_type = DTYPE_KQUEUE,

Completed in 46 milliseconds