Lines Matching refs:Index
174 UINTN Index;
181 for (Index = 0; Index < 4; Index++) {
182 V6->Addr[12 + Index] = V4->Addr[Index];
207 UINTN Index;
225 Index = 0;
229 if (Index == 0) {
244 if (Index == 1 && Flag) {
290 Nic->Header.Index = (UINT8) Index;
294 if (Index == 0) {
352 Target->Header.Index = (UINT8) Index;
355 if (Index == 0) {
371 Target->NicIndex = (UINT8) Index;
439 Index++;
461 UINTN Index;
472 for (Index = 0, Rsdp = NULL; Index < gST->NumberOfTableEntries; Index++) {
473 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi20TableGuid) ||
474 CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi10TableGuid) ||
475 CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpiTableGuid)
480 Rsdp = (EFI_ACPI_3_0_ROOT_SYSTEM_DESCRIPTION_POINTER *) gST->ConfigurationTable[Index].VendorTable;