Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c2044 unsigned long component_uuid_len = 0; 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)) {