Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 12 of 12) sorted by relevance

/xnu-8792.41.9/security/
H A Dmac_kext.c35 mac_kext_check_load(kauth_cred_t cred, const char *identifier) in mac_kext_check_load()
45 mac_kext_check_unload(kauth_cred_t cred, const char *identifier) in mac_kext_check_unload()
/xnu-8792.41.9/bsd/kern/
H A Dkern_authorization.c162 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_alloc_scope()
178 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_alloc_listener()
193 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_register_scope()
275 kauth_listen_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_listen_scope()
/xnu-8792.41.9/osfmk/kern/
H A Dmach_node.h53 uint32_t identifier; // See FLIPC_SM_* defines member
H A Dkern_cdata.c1261 uint64_t identifier) in kcdata_add_container_marker()
/xnu-8792.41.9/osfmk/vm/
H A Dpmap_cs.h356 const char *identifier; member
/xnu-8792.41.9/iokit/IOKit/
H A DIOStatistics.h177 char identifier[kIOStatisticsDriverNameLength]; member
/xnu-8792.41.9/bsd/net/
H A Dpf.c584 u_int32_t identifier; member
589 u_int32_t identifier; member
H A Dnecp.h1177 u_int32_t identifier; member
H A Dnecp.c3514 uuid_t identifier; member
/xnu-8792.41.9/iokit/Kernel/
H A DIOUserClient.cpp2404 const OSSymbol * identifier; in is_io_object_get_bundle_identifier() local
H A DIOPMrootDomain.cpp6905 OSSharedPtr<const OSSymbol> identifier; member in IOPMServiceInterestNotifier
/xnu-8792.41.9/libkern/c++/
H A DOSKext.cpp15703 const char * identifier,