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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp232 ULONG mBootPrio; member in struct:BootNic
235 ULONG lval = mBootPrio - 1; /* 0 will wrap around and get the lowest priority. */
236 ULONG rval = rhs.mBootPrio - 1;
2512 hrc = networkAdapter->COMGETTER(BootPriority)(&nic.mBootPrio); H();
2611 if (it->mBootPrio == 0 && uBootIdx != 0)

Completed in 269 milliseconds