Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp87 IOReturn unserializeImage(const uint8_t *image, IOByteCount length);
309 if (handler->unserializeImage(image, length) != kIOReturnSuccess) { in init()
407 IONVRAMCHRPHandler::unserializeImage(const uint8_t *image, IOByteCount length) in unserializeImage() function in IONVRAMCHRPHandler
H A DIONVRAMV3Handler.cpp216 IOReturn unserializeImage(const uint8_t *image, IOByteCount length);
297 if (handler->unserializeImage(image, length) != kIOReturnSuccess) { in init()
596 IONVRAMV3Handler::unserializeImage(const uint8_t *image, IOByteCount length) in unserializeImage() function in IONVRAMV3Handler