Searched refs:kIONVRAMBootArgsKey (Results 1 – 3 of 3) sorted by relevance
240 #define kIONVRAMBootArgsKey "boot-args" macro
1787 …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()