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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp881 * @param bValue The value being written.
883 static int smcRegData_w(PDEVSMC pThis, uint8_t uReg, uint8_t bValue) argument
899 pThis->CurKey.Key.ab[pThis->offKey++] = bValue;
907 if (bValue <= sizeof(pThis->CurKey.Value))
909 pThis->CurKey.cbValue = bValue;
923 bValue, sizeof(pThis->CurKey.Value)));
931 pThis->CurKey.Value.ab[pThis->offValue++] = bValue;
956 pThis->CurKey.Key.ab[pThis->offKey] = bValue;
981 Log(("smcRegData_w: Unknown command %#x!\n", bValue));
995 * @param bValue Th
997 smcRegCmd_w(PDEVSMC pThis, uint8_t uReg, uint8_t bValue) argument
1038 smcRegGen_w(PDEVSMC pThis, uint8_t uReg, uint8_t bValue) argument
1068 smcRegFF_w(PDEVSMC pThis, uint8_t uReg, uint8_t bValue) argument
1240 uint8_t bValue = 0xff; local
[all...]
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5614 BSTR bValue = NULL; local
5630 &bValue, aTimestamp, &bFlags);
5632 aValue = bValue;

Completed in 109 milliseconds