HomeSort by: relevance | last modified time | path
    Searched defs:CurrentInstance (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osbsdtbl.c 683 UINT32 CurrentInstance = 0;
767 if (CurrentInstance == Instance)
773 CurrentInstance++;
783 if (CurrentInstance)
oswintbl.c 281 UINT32 CurrentInstance;
311 CurrentInstance = Gbl_SsdtInstance;
316 CurrentInstance = 0;
319 Status = AcpiOsGetTableByName (Signature, CurrentInstance, Table, Address);
322 *Instance = CurrentInstance;
oslinuxtbl.c 1042 UINT32 CurrentInstance = 0;
1070 if (CurrentInstance < 2)
1073 Gbl_Fadt->XDsdt && CurrentInstance == 0)
1086 if (CurrentInstance < 2)
1089 Gbl_Fadt->XFacs && CurrentInstance == 0)
1106 if (CurrentInstance == 0)
1114 if (CurrentInstance == 0)
1122 if (CurrentInstance == 0)
1150 if (CurrentInstance != Instance)
1154 CurrentInstance++
    [all...]

Completed in 14 milliseconds