Searched refs:exBootArg (Results 1 – 1 of 1) sorted by relevance
129 char exBootArg[64]; in IODeviceTreeAlloc() local175 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()