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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp63 uint8_t u8Slot; member in struct:VmNameSlotKey
67 u8Slot(aSlot) {}
72 return u8Slot < that.u8Slot;
134 uint8_t u8Slot = (uint8_t)~0; local
239 u8Slot = (uint8_t)~0;
252 u8Slot = (uint8_t)~0; /* clear slor */
263 u8Slot = ValueUnion.u8;
287 && u8Slot == (uint8_t)~0)
291 DhcpOpts &opts = fVmOptionRead ? VmSlot2Options[VmNameSlotKey(pszVmName, u8Slot)]
[all...]

Completed in 50 milliseconds