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

/vbox/src/VBox/Devices/PC/
H A DDevFwCommon.cpp125 uint16_t u16Handle; member in struct:DMIHDR
633 pBIOSInf->header.u16Handle = 0x0000;
663 pSystemInf->header.u16Handle = 0x0001;
704 pBoardInf->header.u16Handle = 0x0008;
733 pChassis->header.u16Handle = 0x0003;
772 pProcessorInf->header.u16Handle = 0x0007;
835 pMemArray->header.u16Handle = 0x0005;
855 pMemDev->header.u16Handle = 0x0006;
890 pOEMStrings->header.u16Handle = 0x0002;
909 pOEMSpecific->header.u16Handle
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.h916 uint16_t u16Handle; member in struct:MptConfigurationPageAddressSASExpander::__anon15844
921 uint16_t u16Handle; member in struct:MptConfigurationPageAddressSASExpander::__anon15845
936 uint16_t u16Handle; member in struct:MptConfigurationPageAddressSASDevice::__anon15846
973 uint16_t u16Handle; member in struct:MptConfigurationPageAddressSASEnclosure
H A DDevLsiLogicSCSI.cpp2848 uint16_t u16Handle = PageAddress.SASDevice.Form0And2.u16Handle; local
2850 Log(("Get next handle %#x\n", u16Handle));
2855 if (u16Handle != 0xffff)
2860 && pSASDevice->SASDevicePage0.u.fields.u16DevHandle != u16Handle)
2883 uint16_t u16Handle = PageAddress.SASDevice.Form0And2.u16Handle; local
2885 Log(("Handle %#x\n", u16Handle));
2890 && pSASDevice->SASDevicePage0.u.fields.u16DevHandle != u16Handle)
3269 uint16_t u16Handle local
[all...]

Completed in 57 milliseconds