| /xnu-12377.61.12/tests/ ! |
| H A D | kevent_pty.c | 201 redispatch(dispatch_group_t grp, dispatch_source_type_t type, int fd) in redispatch()
|
| /xnu-12377.61.12/osfmk/kdp/ ! |
| H A D | core_notes.h | 40 …uint32_t type; // 0 == unspecified, 1 == kernel, 2 == user process, 3 == standalone (ie F… member
|
| /xnu-12377.61.12/libkern/os/ ! |
| H A D | object.h | 148 #define OS_OBJECT_GLOBAL_OBJECT(type, object) ((OS_OBJECT_BRIDGE type)&(object)) argument
|
| /xnu-12377.61.12/bsd/vfs/ ! |
| H A D | vfs_cprotect.c | 41 #define PTR_ADD(type, base, offset) (type)((uintptr_t)(base) + (offset)) argument 421 cp_vfs_callback_arg_type_t type; member
|
| /xnu-12377.61.12/osfmk/ipc/ ! |
| H A D | ipc_object.c | 387 mach_port_type_t type = MACH_PORT_TYPE_DEAD_NAME; in ipc_object_alloc_dead() local 473 ipc_object_type_t type) in ipc_object_validate()
|
| H A D | ipc_policy.h | 499 ipc_space_has_telemetry_type(ipc_space_t is, uint8_t type) in ipc_space_has_telemetry_type()
|
| /xnu-12377.61.12/tools/lldbmacros/ ! |
| H A D | kasan.py | 179 def type(self): member in MemObject 215 def type(self): member in HeapMemObject 270 def type(self): member in VMMemObject 345 def type(self): member in MTEMemObject
|
| /xnu-12377.61.12/tests/sched/ ! |
| H A D | cluster_bound_threads.c | 38 char type = (char)arg; in spin_bound_thread() local
|
| /xnu-12377.61.12/bsd/miscfs/bindfs/ ! |
| H A D | bind_subr.c | 264 enum vtype type = VDIR; in bind_getnewvnode() local
|
| /xnu-12377.61.12/tests/unit/mocks/fibers/ ! |
| H A D | rwlock.c | 427 fibers_rwlock_assert(fibers_rwlock_t *rwlock, unsigned int type) in fibers_rwlock_assert()
|
| /xnu-12377.61.12/osfmk/kern/ ! |
| H A D | hv_support_kext.c | 227 #define HV_TRAP_DISPATCH(type, index, target, argument) \ argument
|
| H A D | coalition.c | 104 coal_type_str(int type) in coal_type_str() 117 int type; member 282 uint32_t type; member 1329 coalition_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_… in coalition_create_internal() 1608 task_is_in_privileged_coalition(task_t task, int type) in task_is_in_privileged_coalition() 2029 coalition_remove_task_internal(task_t task, int type) in coalition_remove_task_internal() 2373 coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz) in coalitions_get_list() 2521 i_get_list_footprint(queue_t list, int type, int *ntasks) in i_get_list_footprint()
|
| /xnu-12377.61.12/tests/vm/ ! |
| H A D | app_swap.c | 101 create_coalition(int type) in create_coalition()
|
| /xnu-12377.61.12/osfmk/mach/ ! |
| H A D | rpc.h | 67 routine_arg_type type; /* Port, Array, etc. */ member
|
| /xnu-12377.61.12/bsd/netinet/ ! |
| H A D | ip_icmp.h | 228 #define ICMP_INFOTYPE(type) \ argument 235 #define ICMP_ERRORTYPE(type) \ argument
|
| /xnu-12377.61.12/bsd/kern/ ! |
| H A D | kern_malloc.c | 97 _MALLOC_external(size_t size, int type, int flags) in _MALLOC_external()
|
| /xnu-12377.61.12/bsd/miscfs/nullfs/ ! |
| H A D | null_subr.c | 270 enum vtype type = VDIR; in null_getnewvnode() local
|
| /xnu-12377.61.12/iokit/Kernel/ ! |
| H A D | IOBufferMemoryDescriptor.cpp | 51 #define IOStatisticsAlloc(type, size) \ argument 56 #define IOStatisticsAlloc(type, size) argument
|
| H A D | IOPlatformExpert.cpp | 339 IOPlatformExpert::haltRestart(unsigned int type) in haltRestart() 998 PEHaltRestartInternal(unsigned int type, uint32_t details) in PEHaltRestartInternal() 1118 PEHaltRestart(unsigned int type) in PEHaltRestart() 1906 IODTPlatformExpert::haltRestart(unsigned int type) in haltRestart() 2129 UInt32 type, OSDictionary * properties, in newUserClient()
|
| /xnu-12377.61.12/iokit/IOKit/ ! |
| H A D | IOStatisticsPrivate.h | 141 IOStatisticsCounterType type; member 276 setCounterType(IOEventSourceCounter *counter, IOStatisticsCounterType type) in setCounterType()
|
| /xnu-12377.61.12/bsd/sys/ ! |
| H A D | kdebug_kernel.h | 292 #define KERNEL_DEBUG_CONSTANT_FILTERED(type, x, a, b, c, d, ...) do {} while (0) argument 348 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) \ argument 371 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) do {} while (0) argument
|
| /xnu-12377.61.12/bsd/netinet6/ ! |
| H A D | mld6.c | 2317 mld_v1_transmit_report(struct in6_multi *in6m, const uint8_t type) in mld_v1_transmit_report() 2883 uint8_t type; in mld_v2_enqueue_group_record() local 3681 int type; in mld_dispatch_packet() local 3856 mld_rec_type_to_str(const int type) in mld_rec_type_to_str()
|
| /xnu-12377.61.12/libkern/kxld/ ! |
| H A D | kxld_sym.h | 51 uint8_t type; member
|
| /xnu-12377.61.12/libkern/libkern/ ! |
| H A D | OSAtomic.h | 58 #define __SAFE_CAST_PTR(type, var) \ argument
|
| /xnu-12377.61.12/security/ ! |
| H A D | mac_socket.c | 167 mac_socket_check_create(kauth_cred_t cred, int domain, int type, int protocol) in mac_socket_check_create()
|