| /xnu-8792.41.9/libkern/c++/ |
| H A D | OSUnserialize.y | 110 #define malloc_type(type) kalloc_type(type, Z_WAITOK) argument 122 #define free_type(type, addr) kfree_type(type, addr) argument
|
| /xnu-8792.41.9/tests/ |
| H A D | kevent_pty.c | 201 redispatch(dispatch_group_t grp, dispatch_source_type_t type, int fd) in redispatch()
|
| H A D | bpflib.c | 132 bpf_arp_filter(int fd, int type_offset, int type, u_int pkt_size) in bpf_arp_filter()
|
| /xnu-8792.41.9/libkern/os/ |
| H A D | object.h | 148 #define OS_OBJECT_GLOBAL_OBJECT(type, object) ((OS_OBJECT_BRIDGE type)&(object)) argument
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | kasan.py | 180 def type(self): member in MemObject 215 def type(self): member in AllocHeapMemObject 258 def type(self): member in FreeHeapMemObject 312 def type(self): member in MTEMemObject
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | hv_support_kext.c | 227 #define HV_TRAP_DISPATCH(type, index, target, argument) \ argument
|
| H A D | waitq.c | 213 waitq_is_sellink(waitq_type_t type) in waitq_is_sellink() 333 waitq_link_alloc(waitq_type_t type) in waitq_link_alloc() 346 waitq_link_free(waitq_type_t type, waitq_link_t link) in waitq_link_free() 356 waitq_link_free_list(waitq_type_t type, waitq_link_list_t *free_l) in waitq_link_free_list() 1630 waitq_init(waitq_t waitq, waitq_type_t type, int policy) in waitq_init() 1673 waitq_type_t type = waitq_type(waitq); in waitq_deinit() local
|
| H A D | kalloc.c | 465 #define KALLOC_TYPE_SECTION(type) \ argument 480 #define kalloc_type_var(type, var) \ argument 484 #define kalloc_type_func(type, func, ...) \ argument 740 kalloc_type_view_count(kalloc_type_variant_t type, vm_offset_t start, in kalloc_type_view_count() 873 const kalloc_type_variant_t type, in kalloc_type_view_copy() 935 kalloc_type_view_parse(const kalloc_type_variant_t type) in kalloc_type_view_parse() 1839 vm_address_t type = (ptr >> KALLOC_ARRAY_TYPE_SHIFT) & 0x3; in __kalloc_array_decode() local
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | rpc.h | 67 routine_arg_type type; /* Port, Array, etc. */ member
|
| H A D | vm_param.h | 664 #define CAST_DOWN( type, addr ) \ argument 667 #define CAST_DOWN_EXPLICIT( type, addr ) ( ((type)((uintptr_t) (addr))) ) argument
|
| /xnu-8792.41.9/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 264 enum vtype type = VDIR; in bind_getnewvnode() local
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_malloc.c | 94 _MALLOC_external(size_t size, int type, int flags) in _MALLOC_external()
|
| /xnu-8792.41.9/tests/vm/ |
| H A D | app_swap.c | 101 create_coalition(int type) in create_coalition()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | cdefs.h | 462 #define __DECONST(type, var) __CAST_AWAY_QUALIFIER(var, const, type) argument 466 #define __DEVOLATILE(type, var) __CAST_AWAY_QUALIFIER(var, volatile, type) argument 470 #define __DEQUALIFY(type, var) __CAST_AWAY_QUALIFIER(var, const volatile, type) argument 973 #define __CAST_AWAY_QUALIFIER(variable, qualifier, type) \ argument 1088 #define __container_of(ptr, type, field) __extension__({ \ argument
|
| H A D | kdebug_kernel.h | 291 #define KERNEL_DEBUG_CONSTANT_FILTERED(type, x, a, b, c, d, ...) do {} while (0) argument 347 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) \ argument 370 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) do {} while (0) argument
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_cprotect.c | 40 #define PTR_ADD(type, base, offset) (type)((uintptr_t)(base) + (offset)) argument 446 cp_vfs_callback_arg_type_t type; member
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | ip_icmp.h | 228 #define ICMP_INFOTYPE(type) \ argument 235 #define ICMP_ERRORTYPE(type) \ argument
|
| /xnu-8792.41.9/bsd/miscfs/nullfs/ |
| H A D | null_subr.c | 270 enum vtype type = VDIR; in null_getnewvnode() local
|
| /xnu-8792.41.9/osfmk/arm/ |
| H A D | locks.h | 72 unsigned long type; member
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOStatisticsPrivate.h | 141 IOStatisticsCounterType type; member 276 setCounterType(IOEventSourceCounter *counter, IOStatisticsCounterType type) in setCounterType()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOBufferMemoryDescriptor.cpp | 49 #define IOStatisticsAlloc(type, size) \ argument 54 #define IOStatisticsAlloc(type, size) argument
|
| H A D | IOPlatformExpert.cpp | 339 IOPlatformExpert::haltRestart(unsigned int type) in haltRestart() 985 PEHaltRestartInternal(unsigned int type, uint32_t details) in PEHaltRestartInternal() 1105 PEHaltRestart(unsigned int type) in PEHaltRestart() 1860 IODTPlatformExpert::haltRestart(unsigned int type) in haltRestart() 2083 UInt32 type, OSDictionary * properties, in newUserClient()
|
| H A D | RootDomainUserClient.cpp | 149 unsigned long type, in secureSetAggressiveness()
|
| /xnu-8792.41.9/osfmk/i386/ |
| H A D | trap.c | 526 int type; in kernel_trap() local 884 int type; in user_trap() local
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | mld6.c | 2250 mld_v1_transmit_report(struct in6_multi *in6m, const uint8_t type) in mld_v1_transmit_report() 2821 uint8_t type; in mld_v2_enqueue_group_record() local 3618 int type; in mld_dispatch_packet() local 3797 mld_rec_type_to_str(const int type) in mld_rec_type_to_str()
|