Home
last modified time | relevance | path

Searched refs:kernelcache_uuid (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dsocd_client.c94 …offsetof(socd_client_hdr_t, primary_kernelcache_uuid), &kernelcache_uuid, sizeof(kernelcache_uuid)… in socd_client_set_primary_kernelcache_uuid()
H A Ddebug.h737 extern uuid_t kernelcache_uuid;
H A Ddebug.c336 uuid_t kernelcache_uuid; variable
H A Dkern_stackshot.c3506 kdp_memcpy(&kc_uuid.imageUUID, &kernelcache_uuid, sizeof(uuid_t)); in kcdata_record_uuid_info()
/xnu-11215/bsd/kern/
H A Dchunklist.c63 extern uuid_t kernelcache_uuid;
536 if (bcmp(&kernelcache_uuid, img_uuid, uuidsz) != 0) { in authenticate_bootkc_uuid()
541 uuid_unparse(kernelcache_uuid, live_uuid_str); in authenticate_bootkc_uuid()
/xnu-11215/libsa/
H A Dbootstrap.cpp306 …memcpy((void *)&kernelcache_uuid, (const void *)loaded_kcUUID->getBytesNoCopy(), loaded_kcUUID->ge… in readPrelinkedExtensions()
307 uuid_unparse_upper(kernelcache_uuid, kernelcache_uuid_string); in readPrelinkedExtensions()
/xnu-11215/osfmk/arm/
H A Dmodel_dep.c165 extern uuid_t kernelcache_uuid;
503 paniclog_append_noflush("%02X", kernelcache_uuid[index]); in do_print_all_backtraces()
/xnu-11215/tools/lldbmacros/
H A Dkcdata.py2141kernelcache_uuid = [format_uuid(kc_uuid['imageUUID']), kc_uuid['imageLoadAddress'], "U" ]
2142 kern_load_info.append(kernelcache_uuid)
/xnu-11215/bsd/skywalk/nexus/
H A Dnexus_adapter.c796 (void) memcpy((void *)csm->csm_kern_uuid, kernelcache_uuid, sizeof(csm->csm_kern_uuid)); in na_schema_alloc()
/xnu-11215/libkern/c++/
H A DOSKext.cpp14191 …ret = OSKext::validateKCUUIDfromPrelinkInfo(&kernelcache_uuid, type, infoDict, kPrelinkInfoBootKCI…