Home
last modified time | relevance | path

Searched refs:fo_type (Results 1 – 21 of 21) sorted by relevance

/xnu-8020.121.3/bsd/dev/dtrace/scripts/
H A Dio.d201 F->fg_ops->fo_type == DTYPE_VNODE ?
203 F->fg_ops->fo_type == DTYPE_SOCKET ? "<socket>" :
204 F->fg_ops->fo_type == DTYPE_PSXSHM ? "<shared memory>" :
205 F->fg_ops->fo_type == DTYPE_PSXSEM ? "<semaphore>" :
206 F->fg_ops->fo_type == DTYPE_KQUEUE ? "<kqueue>" :
207 F->fg_ops->fo_type == DTYPE_PIPE ? "<pipe>" :
208 F->fg_ops->fo_type == DTYPE_FSEVENTS ? "<fsevents>" : "<unknown (BAD fo_type)>";
211 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
217 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
230 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" :
[all …]
/xnu-8020.121.3/bsd/sys/
H A Dfile_internal.h162 file_type_t fo_type; /* descriptor type */ member
200 #define FILEGLOB_DTYPE(fg) ((const file_type_t)((fg)->fg_ops->fo_type))
/xnu-8020.121.3/tools/lldbmacros/
H A Dskywalk.py32 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 10):
526 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 9):
H A Dkevent.py45 proc_fd_ftype = unsigned(proc_fd_fglob.fg_ops.fo_type)
H A Dmemory.py2051 fo_type = fglob.fg_ops.fo_type
2052 if fo_type == 1:
2228 if (unsigned(fglob) != 0) and (unsigned(fglob.fg_ops.fo_type) == 1):
H A Dprocess.py875 proc_fd_ftype = unsigned(proc_fd_fglob.fg_ops.fo_type)
H A Dnet.py640 if (int(fg.fg_ops.fo_type) == 2):
/xnu-8020.121.3/bsd/kern/
H A Dsys_socket.c101 .fo_type = DTYPE_SOCKET,
H A Dposix_shm.c193 .fo_type = DTYPE_PSXSHM,
H A Dposix_sem.c173 .fo_type = DTYPE_PSXSEM,
H A Dsys_pipe.c185 .fo_type = DTYPE_PIPE,
H A Dsys_generic.c187 #define f_type fp_glob->fg_ops->fo_type
H A Dkern_descrip.c149 #define f_type fp_glob->fg_ops->fo_type
H A Dkern_event.c152 .fo_type = DTYPE_KQUEUE,
/xnu-8020.121.3/bsd/miscfs/fifofs/
H A Dfifo_vnops.c126 .fo_type = DTYPE_SOCKET,
/xnu-8020.121.3/bsd/skywalk/nexus/
H A Dnexus_syscalls.c42 .fo_type = DTYPE_NEXUS,
/xnu-8020.121.3/bsd/skywalk/channel/
H A Dchannel_syscalls.c45 .fo_type = DTYPE_CHANNEL,
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_vnops.c135 .fo_type = DTYPE_VNODE,
H A Dvfs_fsevents.c2402 .fo_type = DTYPE_FSEVENTS,
/xnu-8020.121.3/bsd/net/
H A Dnecp_client.c365 .fo_type = DTYPE_NETPOLICY,
H A Dnecp.c758 .fo_type = DTYPE_NETPOLICY,