Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 32) sorted by relevance

12

/xnu-11215/tools/cocci/
H A Dc11_atomic_builtin_rewrite.cocci18 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 Dvm-bind.cocci2 identifier Fn =~ "^vm_sanitize_";
14 identifier Fn;
26 identifier Fn;
H A Dos_atomic_normalize.cocci8 identifier fn =~ "^os_atomic";
21 identifier os_atomic.fn;
22 identifier unorig.new_fn;
H A Dzalloc-nofail.cocci9 identifier V;
10 identifier NI =~ "_NULL$";
H A Dzalloc-data.cocci9 identifier V;
H A Dzalloc-zero.cocci9 identifier V;
/xnu-11215/security/
H A Dmac_kext.c35 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 Dmac_framework.h589 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 Dmac_policy.h5770 const char *identifier
5786 const char *identifier
/xnu-11215/bsd/kern/
H A Dkern_authorization.c121 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 Druntime.h486 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 Dsyscall_map.lua32 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 Dexclaves.c217 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 Dmach_node.h53 uint32_t identifier; // See FLIPC_SM_* defines member
H A Dkern_cdata.h148 …rker(kcdata_descriptor_t data, uint32_t header_type, uint32_t container_type, uint64_t identifier);
H A Dmach_node.c177 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 Dkern_cdata.c1278 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 DIOCatalogue.h215 bool startMatching( const OSSymbol * identifier );
H A DIOStatistics.h177 char identifier[kIOStatisticsDriverNameLength]; member
/xnu-11215/bsd/kern/code_signing/
H A Dppl.c450 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 Dpmap_cs.h388 const char *identifier; member
/xnu-11215/osfmk/mach/
H A Dexclaves.h1050 exclaves_id_t identifier, mach_vm_address_t buffer, mach_vm_size_t size,
H A Dmach_traps.h636 PAD_ARG_(uint64_t, identifier);
/xnu-11215/doc/allocators/
H A Dread-only.md85 zone, a new identifier must be added to the `zone_reserved_id_t` enumeration
/xnu-11215/tests/
H A DMakefile643 …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…

12