Lines Matching refs:CurrentInstance
1042 UINT32 CurrentInstance = 0; in OslGetBiosTable() local
1070 if (CurrentInstance < 2) in OslGetBiosTable()
1073 Gbl_Fadt->XDsdt && CurrentInstance == 0) in OslGetBiosTable()
1086 if (CurrentInstance < 2) in OslGetBiosTable()
1089 Gbl_Fadt->XFacs && CurrentInstance == 0) in OslGetBiosTable()
1106 if (CurrentInstance == 0) in OslGetBiosTable()
1114 if (CurrentInstance == 0) in OslGetBiosTable()
1122 if (CurrentInstance == 0) in OslGetBiosTable()
1150 if (CurrentInstance != Instance) in OslGetBiosTable()
1154 CurrentInstance++; in OslGetBiosTable()
1217 if (CurrentInstance != Instance) in OslGetBiosTable()
1221 CurrentInstance++; in OslGetBiosTable()
1630 UINT32 CurrentInstance = 0; in OslGetCustomizedTable() local
1658 Status = OslTableNameFromFile (Filename, TempName, &CurrentInstance); in OslGetCustomizedTable()
1662 if (ACPI_FAILURE (Status) || CurrentInstance != Instance) in OslGetCustomizedTable()