| /xnu-11215/tools/cocci/ |
| H A D | c11_atomic_builtin_rewrite.cocci | 18 identifier memory_order.m; 19 identifier os_memory_order.new_m; 28 identifier memory_order.m; 29 identifier os_memory_order.new_m; 52 identifier memory_order.m; 53 identifier os_memory_order.new_m; 76 identifier memory_order.m; 77 identifier os_memory_order.new_m; 100 identifier memory_order.m; 101 identifier os_memory_order.new_m; [all …]
|
| H A D | vm-bind.cocci | 2 identifier Fn =~ "^vm_sanitize_"; 14 identifier Fn; 26 identifier Fn;
|
| H A D | os_atomic_normalize.cocci | 8 identifier fn =~ "^os_atomic"; 21 identifier os_atomic.fn; 22 identifier unorig.new_fn;
|
| H A D | zalloc-nofail.cocci | 9 identifier V; 10 identifier NI =~ "_NULL$";
|
| H A D | zalloc-data.cocci | 9 identifier V;
|
| H A D | zalloc-zero.cocci | 9 identifier V;
|
| /xnu-11215/security/ |
| H A D | mac_kext.c | 35 mac_kext_check_load(kauth_cred_t cred, const char *identifier) in mac_kext_check_load() argument 39 MAC_CHECK(kext_check_load, cred, identifier); in mac_kext_check_load() 45 mac_kext_check_unload(kauth_cred_t cred, const char *identifier) in mac_kext_check_unload() argument 49 MAC_CHECK(kext_check_unload, cred, identifier); in mac_kext_check_unload()
|
| H A D | mac_framework.h | 589 int mac_kext_check_load(kauth_cred_t cred, const char *identifier) __result_use_check; 590 int mac_kext_check_unload(kauth_cred_t cred, const char *identifier) __result_use_check;
|
| H A D | mac_policy.h | 5770 const char *identifier 5786 const char *identifier
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_authorization.c | 121 static kauth_scope_t kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, voi… 162 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_alloc_scope() argument 171 sp->ks_identifier = identifier; in kauth_alloc_scope() 178 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_alloc_listener() argument 186 lsp->kl_identifier = identifier; in kauth_alloc_listener() 193 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_register_scope() argument 198 if ((sp = kauth_alloc_scope(identifier, callback, idata)) == NULL) { in kauth_register_scope() 208 if (strncmp(tsp->ks_identifier, identifier, in kauth_register_scope() 275 kauth_listen_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_listen_scope() argument 280 if ((klp = kauth_alloc_listener(identifier, callback, idata)) == NULL) { in kauth_listen_scope() [all …]
|
| /xnu-11215/EXTERNAL_HEADERS/img4/ |
| H A D | runtime.h | 486 img4_identifier_t identifier, 519 img4_identifier_t identifier, 552 img4_identifier_t identifier, 585 img4_identifier_t identifier, 618 img4_identifier_t identifier,
|
| /xnu-11215/tools/ |
| H A D | syscall_map.lua | 32 local identifier = (lpeg.alnum + lpeg.P('_'))^1 36 local function_ptn = lpeg.Cg(identifier^1, 'name') * lpeg.P('(') 48 local old_ptn = lpeg.P('old') * space * lpeg.Cg(identifier^1, 'name') *
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves.c | 217 exclaves_id_t identifier = uap->identifier; in _exclaves_ctl_trap() local 220 mach_vm_size_t uoffset = (mach_vm_size_t)uap->identifier; in _exclaves_ctl_trap() 247 return operation_boot(name, (uint32_t)identifier); in _exclaves_ctl_trap() 309 if (identifier >= CONCLAVE_SERVICE_MAX) { in _exclaves_ctl_trap() 318 identifier)) { in _exclaves_ctl_trap() 322 kr = exclaves_endpoint_call_internal(IPC_PORT_NULL, identifier); in _exclaves_ctl_trap() 343 if (copyinstr(identifier, id_name, EXCLAVES_RESOURCE_NAME_MAX, in _exclaves_ctl_trap() 511 if (identifier == 0) { in _exclaves_ctl_trap() 572 if (identifier == 0) { in _exclaves_ctl_trap() 619 kr = exclaves_resource_sensor_start(resource, identifier, &status); in _exclaves_ctl_trap() [all …]
|
| H A D | mach_node.h | 53 uint32_t identifier; // See FLIPC_SM_* defines member
|
| H A D | kern_cdata.h | 148 …rker(kcdata_descriptor_t data, uint32_t header_type, uint32_t container_type, uint64_t identifier);
|
| H A D | mach_node.c | 177 msg.node_header.identifier = MACH_NODE_SM_REG_LOCAL; in mach_node_publish() 181 msg.node_header.identifier = MACH_NODE_SM_REG_REMOTE; in mach_node_publish()
|
| H A D | kern_cdata.c | 1278 uint64_t identifier) in kcdata_add_container_marker() argument 1289 kr = kcdata_get_memory_addr_with_flavor(data, header_type, data_size, identifier, &user_addr); in kcdata_add_container_marker() 1298 kr = kcdata_compress_chunk_with_flags(data, header_type, &container_type, data_size, identifier); in kcdata_add_container_marker()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOCatalogue.h | 215 bool startMatching( const OSSymbol * identifier );
|
| H A D | IOStatistics.h | 177 char identifier[kIOStatisticsDriverNameLength]; member
|
| /xnu-11215/bsd/kern/code_signing/ |
| H A D | ppl.c | 450 assert(cd_entry->identifier != NULL); in ppl_acquire_signing_identifier() 453 *signing_id = cd_entry->identifier; in ppl_acquire_signing_identifier()
|
| /xnu-11215/osfmk/vm/ |
| H A D | pmap_cs.h | 388 const char *identifier; member
|
| /xnu-11215/osfmk/mach/ |
| H A D | exclaves.h | 1050 exclaves_id_t identifier, mach_vm_address_t buffer, mach_vm_size_t size,
|
| H A D | mach_traps.h | 636 PAD_ARG_(uint64_t, identifier);
|
| /xnu-11215/doc/allocators/ |
| H A D | read-only.md | 85 zone, a new identifier must be added to the `zone_reserved_id_t` enumeration
|
| /xnu-11215/tests/ |
| H A D | Makefile | 643 …restrict: OTHER_LDFLAGS += -sectcreate __TEXT __info_plist os_thread_self_restrict-identifier.plist 799 …8530648: OTHER_LDFLAGS += -sectcreate __TEXT __info_plist jumbo_va_spaces_28530648-identifier.plist 1287 …$(CODESIGN) --force --sign - --timestamp=none --identifier=com.apple.get_shared_cache_address $(SY…
|