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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDriver.c217 UINTN AttemptConfigOrderSize; local
662 &AttemptConfigOrderSize
665 for (Index = 0; Index < AttemptConfigOrderSize / sizeof (UINT8); Index++) {
H A DIScsiMisc.c915 UINTN AttemptConfigOrderSize; local
925 &AttemptConfigOrderSize
927 if (AttemptConfigOrder == NULL || AttemptConfigOrderSize == 0) {
947 for (Index = 0; Index < AttemptConfigOrderSize / sizeof (UINT8); Index++) {
1207 for (Index = 0; Index < AttemptConfigOrderSize / sizeof (UINT8); Index++) {
H A DIScsiConfig.c452 UINTN AttemptConfigOrderSize; local
758 &AttemptConfigOrderSize
761 TotalNumber = AttemptConfigOrderSize / sizeof (UINT8);
776 CopyMem (AttemptOrderTmp, AttemptConfigOrder, AttemptConfigOrderSize);
782 AttemptConfigOrderSize = TotalNumber * sizeof (UINT8);
788 AttemptConfigOrderSize,
1131 UINTN AttemptConfigOrderSize; local
1143 &AttemptConfigOrderSize
1145 if ((AttemptConfigOrder == NULL) || (AttemptConfigOrderSize == 0)) {
1149 AttemptNewOrder = AllocateZeroPool (AttemptConfigOrderSize);
1293 UINTN AttemptConfigOrderSize; local
1494 UINTN AttemptConfigOrderSize; local
1605 UINTN AttemptConfigOrderSize; local
[all...]

Completed in 109 milliseconds