Searched refs:kIONVRAMBootArgsKey (Results 1 – 4 of 4) sorted by relevance
240 #define kIONVRAMBootArgsKey "boot-args" macro
543 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()
1481 …if ((strncmp(name, kIONVRAMBootArgsKey, sizeof(kIONVRAMBootArgsKey)) == 0) && (propDataSize >= BOO… in setPropertyWithGUIDAndName()