Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMV3Handler.cpp244 virtual bool getNVRAMProperties(void) APPLE_KEXT_OVERRIDE;
291 propertiesOk = handler->getNVRAMProperties(); in init()
311 IONVRAMV3Handler::getNVRAMProperties() in getNVRAMProperties() function in IONVRAMV3Handler
319 …require_action(IODTNVRAMFormatHandler::getNVRAMProperties(), exit, DEBUG_ERROR("parent getNVRAMPro… in getNVRAMProperties()
H A DIONVRAM.cpp1189 virtual bool getNVRAMProperties(void);
1208 IODTNVRAMFormatHandler::getNVRAMProperties() in getNVRAMProperties() function in IODTNVRAMFormatHandler
H A DIONVRAMCHRPHandler.cpp303 propertiesOk = handler->getNVRAMProperties(); in init()