Searched refs:kernelcache_uuid (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | socd_client.c | 94 …offsetof(socd_client_hdr_t, primary_kernelcache_uuid), &kernelcache_uuid, sizeof(kernelcache_uuid)… in socd_client_set_primary_kernelcache_uuid()
|
| H A D | debug.h | 737 extern uuid_t kernelcache_uuid;
|
| H A D | debug.c | 336 uuid_t kernelcache_uuid; variable
|
| H A D | kern_stackshot.c | 3506 kdp_memcpy(&kc_uuid.imageUUID, &kernelcache_uuid, sizeof(uuid_t)); in kcdata_record_uuid_info()
|
| /xnu-11215/bsd/kern/ |
| H A D | chunklist.c | 63 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 D | bootstrap.cpp | 306 …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 D | model_dep.c | 165 extern uuid_t kernelcache_uuid; 503 paniclog_append_noflush("%02X", kernelcache_uuid[index]); in do_print_all_backtraces()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 2141 … kernelcache_uuid = [format_uuid(kc_uuid['imageUUID']), kc_uuid['imageLoadAddress'], "U" ] 2142 kern_load_info.append(kernelcache_uuid)
|
| /xnu-11215/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 796 (void) memcpy((void *)csm->csm_kern_uuid, kernelcache_uuid, sizeof(csm->csm_kern_uuid)); in na_schema_alloc()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 14191 …ret = OSKext::validateKCUUIDfromPrelinkInfo(&kernelcache_uuid, type, infoDict, kPrelinkInfoBootKCI…
|