Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 60) sorted by relevance

123

/xnu-8792.41.9/bsd/kern/
H A Dproc_uuid_policy.c64 #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 Dhvg_sysctl.c125 uuid_string_t uuid = {0}; in sysctl_get_bootsessionuuid() local
H A Dmach_loader.h83 unsigned char uuid[16]; member
/xnu-8792.41.9/libkern/kxld/
H A Dkxld_uuid.c41 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 Dkxld_uuid.h42 u_char uuid[16]; member
/xnu-8792.41.9/libsyscall/wrappers/
H A Dgethostuuid.c37 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 Dcorpse_backtrace.c101 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 Dpersona.c22 uuid_t uuid; in _create_persona() local
84 uuid_t uuid; variable
H A Dcorrect_kernel_booted.c17 get_macho_uuid(const char *cwd, const char *path, uuid_t uuid) in get_macho_uuid()
H A Dnet_tuntests.c153 …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 Dpersona_adoption.c32 uuid_t uuid; in _persona_create() local
H A Dkas_info.c190 char uuid[1024]; in is_fileset_kc() local
/xnu-8792.41.9/EXTERNAL_HEADERS/TrustCache/
H A DRawTypes.h47 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 Dtrustcache.h44 uuid_t uuid; member
62 uuid_t uuid; member
/xnu-8792.41.9/osfmk/arm64/
H A Darm64_hypercall.c42 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 Dutils.py459 def addDSYM(uuid, info): argument
478 def loadDSYM(uuid, load_address, sections=[]): argument
536 def dsymForUUID(uuid): argument
H A Dkext.py192 def GetUUIDSummary(uuid): argument
H A Dmacho.py240 def uuid(self): member in MemMachO
/xnu-8792.41.9/osfmk/i386/
H A Dx86_hypercall.c146 hvg_hcall_get_bootsessionuuid(uuid_string_t uuid) in hvg_hcall_get_bootsessionuuid()
/xnu-8792.41.9/bsd/pgo/
H A Dprofile_runtime.c206 uuid_t uuid; in grab_pgo_data() local
/xnu-8792.41.9/iokit/bsddev/
H A DIOKitBSDInit.cpp408 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 Ddyld_kernel.h44 uuid_t uuid; member
/xnu-8792.41.9/bsd/net/
H A Dnetwork_agent.c2131 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 Dnexus_traffic_rule.c895 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 Dlog.c546 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()

123