Home
last modified time | relevance | path

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

/xnu-11215.41.3/iokit/IOKit/
H A DIOKitKeys.h268 #define kIONVRAMBootArgsKey "boot-args" macro
/xnu-11215.41.3/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp585 if (_provider->getProperty(kIONVRAMBootArgsKey) == nullptr) { in unserializeVariables()
586 propSymbol = OSSymbol::withCString(kIONVRAMBootArgsKey); in unserializeVariables()
H A DIONVRAM.cpp1878 …if ((strncmp(name, kIONVRAMBootArgsKey, sizeof(kIONVRAMBootArgsKey)) == 0) && (propDataSize >= BOO… in setPropertyWithGUIDAndName()