Searched refs:offKey (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp194 uint8_t offKey; member in struct:DEVSMC
896 if (pThis->offKey < 4)
899 pThis->CurKey.Key.ab[pThis->offKey++] = bValue;
903 else if (pThis->offKey == 4)
910 pThis->offKey = 5;
954 if (pThis->offKey < 4)
956 pThis->CurKey.Key.ab[pThis->offKey] = bValue;
957 if (++pThis->offKey == 4)
1022 pThis->offKey = 0;
/vbox/src/bldprogs/
H A Dscmsubversion.cpp819 size_t const offKey = ScmStreamTell(&Stream); local
830 if (RT_FAILURE(ScmStreamSeekAbsolute(&Stream, offKey + cchKey)))
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp226 GEN_CHECK_OFF(DEVSMC, offKey);

Completed in 65 milliseconds