Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/DriverKit/
H A DIOKitKeys.h240 #define kIONVRAMBootArgsKey "boot-args" macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOKitKeys.h240 #define kIONVRAMBootArgsKey "boot-args" macro
/xnu-8019.80.24/iokit/Kernel/
H A DIONVRAM.cpp1787 …if ((strncmp(name, kIONVRAMBootArgsKey, sizeof(kIONVRAMBootArgsKey)) == 0) && (propDataSize >= BOO… in setPropertyWithGUIDAndName()
2227 if (_systemDict->getObject(kIONVRAMBootArgsKey) == nullptr) { in initVariables()
2230 _systemDict->setObject(kIONVRAMBootArgsKey, propObject.get()); in initVariables()
2234 if (_commonDict->getObject(kIONVRAMBootArgsKey) == nullptr) { in initVariables()
2237 _commonDict->setObject(kIONVRAMBootArgsKey, propObject.get()); in initVariables()