Searched refs:u16NextHandle (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp314 uint16_t u16NextHandle; member in struct:LSILOGICSCSI
581 pThis->u16NextHandle = 1;
3269 uint16_t u16Handle = pThis->u16NextHandle++;
4397 SSMR3PutU16 (pSSM, pThis->u16NextHandle);
4698 SSMR3GetU16(pSSM, &pThis->u16NextHandle);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1792 GEN_CHECK_OFF(LSILOGICSCSI, u16NextHandle);

Completed in 1180 milliseconds