Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp442 const uint8_t system_v1_name[sizeof(header->name)] = {NVRAM_CHRP_PARTITION_NAME_SYSTEM_V1}; in unserializeImage() local
460 system_partition = (memcmp(header->name, system_v1_name, sizeof(header->name)) == 0) || in unserializeImage()