Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOKitKeys.h240 #define kIONVRAMBootArgsKey "boot-args" macro
/xnu-8020.121.3/iokit/DriverKit/
H A DIOKitKeys.h240 #define kIONVRAMBootArgsKey "boot-args" macro
/xnu-8020.121.3/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp543 if (_systemDict->getObject(kIONVRAMBootArgsKey) == nullptr) { in unserializeVariables()
546 _systemDict->setObject(kIONVRAMBootArgsKey, propObject.get()); in unserializeVariables()
550 if (_commonDict->getObject(kIONVRAMBootArgsKey) == nullptr) { in unserializeVariables()
553 _commonDict->setObject(kIONVRAMBootArgsKey, propObject.get()); in unserializeVariables()
H A DIONVRAM.cpp1481 …if ((strncmp(name, kIONVRAMBootArgsKey, sizeof(kIONVRAMBootArgsKey)) == 0) && (propDataSize >= BOO… in setPropertyWithGUIDAndName()