Searched refs:fo_type (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dio.d199 F->fg_ops->fo_type == DTYPE_VNODE ?
201 F->fg_ops->fo_type == DTYPE_SOCKET ? "<socket>" :
202 F->fg_ops->fo_type == DTYPE_PSXSHM ? "<shared memory>" :
203 F->fg_ops->fo_type == DTYPE_PSXSEM ? "<semaphore>" :
204 F->fg_ops->fo_type == DTYPE_KQUEUE ? "<kqueue>" :
205 F->fg_ops->fo_type == DTYPE_PIPE ? "<pipe>" :
206 F->fg_ops->fo_type == DTYPE_FSEVENTS ? "<fsevents>" : "<unknown (BAD fo_type)>";
209 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
215 F->fg_ops->fo_type !
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dfile_internal.h169 file_type_t fo_type; /* descriptor type */ member in struct:fileglob::fileops
201 #define FILEGLOB_DTYPE(fg) ((const file_type_t)((fg)->fg_ops->fo_type))
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py1600 fo_type = fglob.fg_ops.fo_type
1601 if fo_type == 1:
1780 if (int(fglob) != 0) and (int(fglob.fg_ops.fo_type) == 1):
H A Dnet.py525 if (int(fg.fg_ops.fo_type) == 2):
558 if (int(fg.fg_ops.fo_type) == 2):
H A Dprocess.py582 proc_fd_ftype = unsigned(proc_fd_fglob.fg_ops.fo_type)
/xnu-2782.1.97/bsd/kern/
H A Dkern_guarded.c54 #define f_type f_fglob->fg_ops->fo_type
H A Dposix_sem.c88 #define f_type f_fglob->fg_ops->fo_type
H A Dposix_shm.c88 #define f_type f_fglob->fg_ops->fo_type
H A Dkern_event.c133 .fo_type = DTYPE_KQUEUE,
H A Dsys_generic.c175 #define f_type f_fglob->fg_ops->fo_type
H A Duipc_syscalls.c106 #define f_type f_fglob->fg_ops->fo_type
H A Dkern_descrip.c160 #define f_type f_fglob->fg_ops->fo_type
4339 * "uninitialized" ops -- ensure fg->fg_ops->fo_type always exists

Completed in 130 milliseconds