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

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oslinuxtbl.c 934 UINT32 CurrentInstance = 0;
962 if (CurrentInstance < 2)
965 Gbl_Fadt->XDsdt && CurrentInstance == 0)
978 if (CurrentInstance < 2)
981 Gbl_Fadt->XFacs && CurrentInstance == 0)
998 if (CurrentInstance == 0)
1006 if (CurrentInstance == 0)
1014 if (CurrentInstance == 0)
1042 if (CurrentInstance != Instance)
1046 CurrentInstance++
    [all...]
oswintbl.c 173 UINT32 CurrentInstance;
203 CurrentInstance = Gbl_SsdtInstance;
208 CurrentInstance = 0;
211 Status = AcpiOsGetTableByName (Signature, CurrentInstance, Table, Address);
214 *Instance = CurrentInstance;
osbsdtbl.c 575 UINT32 CurrentInstance = 0;
659 if (CurrentInstance == Instance)
665 CurrentInstance++;
675 if (CurrentInstance)

Completed in 127 milliseconds