Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp129 char exBootArg[64]; in IODeviceTreeAlloc() local
175 if (!PE_parse_boot_argn("exp", exBootArg, sizeof(exBootArg))) { in IODeviceTreeAlloc()
176 exBootArg[0] = '\0'; in IODeviceTreeAlloc()
212 if ((found = strnstr(exBootArg, child->getName(), sizeof(exBootArg)))) { in IODeviceTreeAlloc()