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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp1493 int32_t lControllerIndex = -1; local
1496 RTStrToInt32Ex(desc.strExtraConfigCurrent.c_str() + pos1 + 11, NULL, 0, &lControllerIndex);
1497 if (lControllerIndex == lIDEPrimaryControllerIndex)
1499 else if (lControllerIndex == lIDESecondaryControllerIndex)
1501 else if (lControllerIndex == lSCSIControllerIndex)
1503 else if (lControllerIndex == lSATAControllerIndex)
1509 LogFlowFunc(("HardDiskImage details: pos1=%d, pos2=%d, lControllerIndex=%d, lIDEPrimaryControllerIndex=%d, lIDESecondaryControllerIndex=%d, ulParent=%d, lAddressOnParent=%d\n",
1510 pos1, pos2, lControllerIndex, lIDEPrimaryControllerIndex, lIDESecondaryControllerIndex,
1565 int32_t lControllerIndex = -1; local
1568 RTStrToInt32Ex(desc.strExtraConfigCurrent.c_str() + pos1 + 11, NULL, 0, &lControllerIndex);
[all...]

Completed in 53 milliseconds