| /xnu-8792.41.9/bsd/kern/ |
| H A D | proc_uuid_policy.c | 64 #define UUIDHASH(uuid) (&proc_uuid_policy_hashtbl[uuid[0] & proc_uuid_policy_hash_mask]) argument 84 uuid_t uuid; /* Mach-O executable UUID */ member 112 proc_uuid_policy_insert(uuid_t uuid, uint32_t flags) in proc_uuid_policy_insert() 166 proc_uuid_policy_remove_locked(uuid_t uuid, uint32_t flags, int *should_delete) in proc_uuid_policy_remove_locked() 190 proc_uuid_policy_remove(uuid_t uuid, uint32_t flags) in proc_uuid_policy_remove() 233 proc_uuid_policy_lookup_locked(uuid_t uuid) in proc_uuid_policy_lookup_locked() 248 proc_uuid_policy_lookup(uuid_t uuid, uint32_t *flags, int32_t *gencount) in proc_uuid_policy_lookup() 339 proc_uuid_policy_kernel(uint32_t operation, uuid_t uuid, uint32_t flags) in proc_uuid_policy_kernel() 368 uuid_t uuid; in proc_uuid_policy() local
|
| H A D | hvg_sysctl.c | 125 uuid_string_t uuid = {0}; in sysctl_get_bootsessionuuid() local
|
| H A D | mach_loader.h | 83 unsigned char uuid[16]; member
|
| /xnu-8792.41.9/libkern/kxld/ |
| H A D | kxld_uuid.c | 41 kxld_uuid_init_from_macho(KXLDuuid *uuid, struct uuid_command *src) in kxld_uuid_init_from_macho() 53 kxld_uuid_clear(KXLDuuid *uuid) in kxld_uuid_clear() 69 kxld_uuid_export_macho(const KXLDuuid *uuid, u_char *buf, in kxld_uuid_export_macho()
|
| H A D | kxld_uuid.h | 42 u_char uuid[16]; member
|
| /xnu-8792.41.9/libsyscall/wrappers/ |
| H A D | gethostuuid.c | 37 gethostuuid(uuid_t uuid, const struct timespec *timeout) in gethostuuid() 56 _getprivatesystemidentifier(uuid_t uuid, const struct timespec *timeout) in _getprivatesystemidentifier()
|
| /xnu-8792.41.9/tests/ |
| H A D | corpse_backtrace.c | 101 uuid_string_t uuid; in exc_handler_backtrace() local 111 uuid_string_t uuid; in exc_handler_backtrace() local 119 uuid_string_t uuid; in exc_handler_backtrace() local
|
| H A D | persona.c | 22 uuid_t uuid; in _create_persona() local 84 uuid_t uuid; variable
|
| H A D | correct_kernel_booted.c | 17 get_macho_uuid(const char *cwd, const char *path, uuid_t uuid) in get_macho_uuid()
|
| H A D | net_tuntests.c | 153 …eck_enables(int tunsock, int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[]) in check_enables() 405 create_tunsock_old(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[]) in create_tunsock_old() 553 create_tunsock_new(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[]) in create_tunsock_new()
|
| H A D | persona_adoption.c | 32 uuid_t uuid; in _persona_create() local
|
| H A D | kas_info.c | 190 char uuid[1024]; in is_fileset_kc() local
|
| /xnu-8792.41.9/EXTERNAL_HEADERS/TrustCache/ |
| H A D | RawTypes.h | 47 uint8_t uuid[kUUIDSize]; member 69 uint8_t uuid[kUUIDSize]; member 93 uint8_t uuid[kUUIDSize]; member
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | trustcache.h | 44 uuid_t uuid; member 62 uuid_t uuid; member
|
| /xnu-8792.41.9/osfmk/arm64/ |
| H A D | arm64_hypercall.c | 42 uuid_t uuid = {}; in regs_to_uuid() local 132 hvg_get_uid(uint32_t range, uuid_string_t uuid) in hvg_get_uid() 306 hvg_hcall_get_bootsessionuuid(__attribute__((unused)) uuid_string_t uuid) in hvg_hcall_get_bootsessionuuid()
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | utils.py | 459 def addDSYM(uuid, info): argument 478 def loadDSYM(uuid, load_address, sections=[]): argument 536 def dsymForUUID(uuid): argument
|
| H A D | kext.py | 192 def GetUUIDSummary(uuid): argument
|
| H A D | macho.py | 240 def uuid(self): member in MemMachO
|
| /xnu-8792.41.9/osfmk/i386/ |
| H A D | x86_hypercall.c | 146 hvg_hcall_get_bootsessionuuid(uuid_string_t uuid) in hvg_hcall_get_bootsessionuuid()
|
| /xnu-8792.41.9/bsd/pgo/ |
| H A D | profile_runtime.c | 206 uuid_t uuid; in grab_pgo_data() local
|
| /xnu-8792.41.9/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 408 IOGetBootUUID(char *uuid) in IOGetBootUUID() 436 IOGetApfsPrebootUUID(char *uuid) in IOGetApfsPrebootUUID() 465 IOGetAssociatedApfsVolgroupUUID(char *uuid) in IOGetAssociatedApfsVolgroupUUID() 822 OSDataAllocation<char> uuid( kMaxBootVar, OSAllocateMemory ); in IOFindBSDRoot() local 1070 IOBSDGetPlatformUUID( uuid_t uuid, mach_timespec_t timeout ) in IOBSDGetPlatformUUID()
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | dyld_kernel.h | 44 uuid_t uuid; member
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | network_agent.c | 2131 netagent_find_agent_with_uuid_and_lock(uuid_t uuid, bool exclusively, bool ignore_lock) in netagent_find_agent_with_uuid_and_lock() 2154 netagent_post_updated_interfaces(uuid_t uuid) in netagent_post_updated_interfaces() 2324 netagent_get_flags(uuid_t uuid) in netagent_get_flags() 2341 netagent_set_flags(uuid_t uuid, u_int32_t flags) in netagent_set_flags() 2374 netagent_get_generation(uuid_t uuid) in netagent_get_generation() 2391 netagent_get_agent_domain_and_type(uuid_t uuid, char *domain, char *type) in netagent_get_agent_domain_and_type() 2415 netagent_kernel_trigger(uuid_t uuid) in netagent_kernel_trigger()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule.c | 895 uuid_t uuid, struct nxctl_traffic_rule **ntrp) in inet_traffic_rule_find_by_uuid() 1217 find_traffic_rule_by_uuid(uuid_t uuid, struct nxctl_traffic_rule **ntrp) in find_traffic_rule_by_uuid() 1304 remove_traffic_rule(struct nxctl *nxctl, uuid_t uuid, in remove_traffic_rule() 1343 struct ifnet_traffic_rule_action *ra, uint32_t flags, uuid_t *uuid) in add_traffic_rule_generic()
|
| /xnu-8792.41.9/libkern/os/ |
| H A D | log.c | 546 const char *uuid, uint64_t timestamp, uint32_t offset, bool stream_log) in os_log_coprocessor() 651 os_log_coprocessor_register(const char *uuid, const char *file_path, bool copy) in os_log_coprocessor_register() 673 os_log_coprocessor_register_with_type(const char *uuid, const char *file_path, os_log_coproc_reg_t … in os_log_coprocessor_register_with_type()
|