Searched defs:llBootNics (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2415 std::list<BootNic> llBootNics; local
2514 llBootNics.push_back(nic);
2601 if (pNetBootCfg && !llBootNics.empty()) /* NetBoot node doesn't exist for EFI! */
2603 llBootNics.sort(); /* Sort the list by boot priority. */
2608 for (std::list<BootNic>::iterator it = llBootNics.begin(); it != llBootNics.end(); ++it)
3143 if (fOsXGuest && !llBootNics.empty())
3145 BootNic aNic = llBootNics.front();

Completed in 101 milliseconds