Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/DriverKit/
H A DIOKitKeys.h268 #define kIONVRAMBootArgsKey "boot-args" macro
/xnu-8792.61.2/iokit/IOKit/
H A DIOKitKeys.h268 #define kIONVRAMBootArgsKey "boot-args" macro
/xnu-8792.61.2/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp590 if (_systemDict->getObject(kIONVRAMBootArgsKey) == nullptr) { in unserializeVariables()
593 _systemDict->setObject(kIONVRAMBootArgsKey, propObject.get()); in unserializeVariables()
597 if (_commonDict->getObject(kIONVRAMBootArgsKey) == nullptr) { in unserializeVariables()
600 _commonDict->setObject(kIONVRAMBootArgsKey, propObject.get()); in unserializeVariables()
H A DIONVRAM.cpp1646 …if ((strncmp(name, kIONVRAMBootArgsKey, sizeof(kIONVRAMBootArgsKey)) == 0) && (propDataSize >= BOO… in setPropertyWithGUIDAndName()