Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp210 nvram_validate_header_v1v2(const uint8_t * buf, uint32_t *generation, int version) in nvram_validate_header_v1v2() function
266 if (nvram_validate_header_v1v2(buf, generation, kNVRAMVersion1) == kIOReturnSuccess) { in validateNVRAMVersion()
271 if (nvram_validate_header_v1v2(buf, generation, kNVRAMVersion2) == kIOReturnSuccess) { in validateNVRAMVersion()