Searched refs:fo_type (Results 1 – 21 of 21) sorted by relevance
| /xnu-12377.81.4/bsd/dev/dtrace/scripts/ |
| H A D | io.d | 203 F->fg_ops->fo_type == DTYPE_VNODE ? 205 F->fg_ops->fo_type == DTYPE_SOCKET ? "<socket>" : 206 F->fg_ops->fo_type == DTYPE_PSXSHM ? "<shared memory>" : 207 F->fg_ops->fo_type == DTYPE_PSXSEM ? "<semaphore>" : 208 F->fg_ops->fo_type == DTYPE_KQUEUE ? "<kqueue>" : 209 F->fg_ops->fo_type == DTYPE_PIPE ? "<pipe>" : 210 F->fg_ops->fo_type == DTYPE_FSEVENTS ? "<fsevents>" : "<unknown (BAD fo_type)>"; 213 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" : 219 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" : 232 F->fg_ops->fo_type != DTYPE_VNODE ? "<unknown (not a vnode)>" : [all …]
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | file_internal.h | 163 file_type_t fo_type; /* descriptor type */ member 208 #define FILEGLOB_DTYPE(fg) ((const file_type_t)((fg)->fg_ops->fo_type))
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | skywalk.py | 27 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 10): 520 if (unsigned(proc_fd_fglob.fg_ops.fo_type) == 9):
|
| H A D | kevent.py | 43 proc_fd_ftype = unsigned(proc_fd_fglob.fg_ops.fo_type)
|
| H A D | memory.py | 1968 fo_type = fglob.fg_ops.fo_type 1969 if fo_type == 1: 2285 if (unsigned(fglob) != 0) and (unsigned(fglob.fg_ops.fo_type) == 1):
|
| H A D | process.py | 997 proc_fd_ftype = unsigned(proc_fd_fglob.fg_ops.fo_type)
|
| H A D | net.py | 628 if (int(fg.fg_ops.fo_type) == 2):
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | sys_socket.c | 101 .fo_type = DTYPE_SOCKET,
|
| H A D | posix_shm.c | 195 .fo_type = DTYPE_PSXSHM,
|
| H A D | posix_sem.c | 214 .fo_type = DTYPE_PSXSEM,
|
| H A D | sys_pipe.c | 185 .fo_type = DTYPE_PIPE,
|
| H A D | sys_generic.c | 182 #define f_type fp_glob->fg_ops->fo_type
|
| H A D | kern_descrip.c | 145 #define f_type fp_glob->fg_ops->fo_type
|
| H A D | kern_event.c | 163 .fo_type = DTYPE_KQUEUE,
|
| /xnu-12377.81.4/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 126 .fo_type = DTYPE_SOCKET,
|
| /xnu-12377.81.4/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 43 .fo_type = DTYPE_NEXUS,
|
| /xnu-12377.81.4/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 47 .fo_type = DTYPE_CHANNEL,
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_vnops.c | 132 .fo_type = DTYPE_VNODE,
|
| H A D | vfs_fsevents.c | 2752 .fo_type = DTYPE_FSEVENTS,
|
| /xnu-12377.81.4/bsd/net/ |
| H A D | necp_client.c | 387 .fo_type = DTYPE_NETPOLICY,
|
| H A D | necp.c | 988 .fo_type = DTYPE_NETPOLICY,
|