Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c2043 uuid_t *component_uuid; local
2047 component_uuid = getuuidfromheader((kernel_mach_header_t *)component_address, &component_uuid_len);
2049 if (component_uuid != NULL && component_uuid_len == sizeof(uuid_t)) {
2050 uuid_unparse_upper(*component_uuid, component_uuid_string);