Searched refs:kIONVRAMBootArgsKey (Results 1 – 4 of 4) sorted by relevance
268 #define kIONVRAMBootArgsKey "boot-args" macro
585 if (_provider->getProperty(kIONVRAMBootArgsKey) == nullptr) { in unserializeVariables()586 propSymbol = OSSymbol::withCString(kIONVRAMBootArgsKey); in unserializeVariables()
1834 …if ((strncmp(name, kIONVRAMBootArgsKey, sizeof(kIONVRAMBootArgsKey)) == 0) && (propDataSize >= BOO… in setPropertyWithGUIDAndName()