Home
last modified time | relevance | path

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

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