Searched refs:img_uuid (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | chunklist.c | 522 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_bootkc_uuid() local 523 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_bootkc_uuid() 536 if (bcmp(&kernelcache_uuid, img_uuid, uuidsz) != 0) { in authenticate_bootkc_uuid() 540 uuid_unparse(*img_uuid, img_uuid_str); in authenticate_bootkc_uuid() 589 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_libkern_uuid() local 590 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_libkern_uuid() 605 if (bcmp(live_uuid, img_uuid, uuidsz) != 0) { in authenticate_libkern_uuid() 609 uuid_unparse(*img_uuid, img_uuid_str); in authenticate_libkern_uuid()
|
| /xnu-12377.41.6/tools/kt-dump/ |
| H A D | kt-dump.cpp | 180 uuid_t img_uuid; member in image 359 uuid_copy(img_uuid, reinterpret_cast<const uuid_command *>(cmd)->uuid); 396 uuid_unparse_upper(img_uuid, to_str); in uuid()
|