Searched refs:fo_type (Results 1 – 21 of 21) sorted by relevance
| /xnu-8020.121.3/bsd/dev/dtrace/scripts/ |
| H A D | io.d | 201 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 D | file_internal.h | 162 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 D | skywalk.py | 32 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 10): 526 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 9):
|
| H A D | kevent.py | 45 proc_fd_ftype = unsigned(proc_fd_fglob.fg_ops.fo_type)
|
| H A D | memory.py | 2051 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 D | process.py | 875 proc_fd_ftype = unsigned(proc_fd_fglob.fg_ops.fo_type)
|
| H A D | net.py | 640 if (int(fg.fg_ops.fo_type) == 2):
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | sys_socket.c | 101 .fo_type = DTYPE_SOCKET,
|
| H A D | posix_shm.c | 193 .fo_type = DTYPE_PSXSHM,
|
| H A D | posix_sem.c | 173 .fo_type = DTYPE_PSXSEM,
|
| H A D | sys_pipe.c | 185 .fo_type = DTYPE_PIPE,
|
| H A D | sys_generic.c | 187 #define f_type fp_glob->fg_ops->fo_type
|
| H A D | kern_descrip.c | 149 #define f_type fp_glob->fg_ops->fo_type
|
| H A D | kern_event.c | 152 .fo_type = DTYPE_KQUEUE,
|
| /xnu-8020.121.3/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 126 .fo_type = DTYPE_SOCKET,
|
| /xnu-8020.121.3/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 42 .fo_type = DTYPE_NEXUS,
|
| /xnu-8020.121.3/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 45 .fo_type = DTYPE_CHANNEL,
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_vnops.c | 135 .fo_type = DTYPE_VNODE,
|
| H A D | vfs_fsevents.c | 2402 .fo_type = DTYPE_FSEVENTS,
|
| /xnu-8020.121.3/bsd/net/ |
| H A D | necp_client.c | 365 .fo_type = DTYPE_NETPOLICY,
|
| H A D | necp.c | 758 .fo_type = DTYPE_NETPOLICY,
|