Lines Matching defs:Instance
63 UINT32 Instance;
197 * Instance - Multiple table support for SSDT/UEFI (0...n)
203 * AE_LIMIT: Instance is beyond valid limit
210 AcpiOsGetTableByName(char *Signature, UINT32 Instance,
225 Status = OslGetBiosTable(Signature, Instance, Table, Address);
248 UINT32 Instance = 0;
265 if (Next->Instance == 0) {
268 if (Next->Instance >= NextInstance) {
269 NextInstance = Next->Instance + 1;
282 Instance = NextInstance;
285 NewInfo->Instance = Instance;
297 * Instance - Where a pointer to the table instance no. is
311 UINT32 *Instance, ACPI_PHYSICAL_ADDRESS *Address)
342 Status = AcpiOsGetTableByName(Info->Signature, Info->Instance,
346 *Instance = Info->Instance;
650 * Instance - Multiple table support for SSDT/UEFI (0...n)
656 * AE_LIMIT: Instance is beyond valid limit
665 OslGetBiosTable(char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table,
686 if (Instance > 0) {
798 if (CurrentInstance != Instance) {
939 * Instance - Pointer to integer to store extracted
949 OslTableNameFromFile(char *Filename, char *Signature, UINT32 *Instance)
960 sscanf(&Filename[ACPI_NAME_SIZE], "%u", Instance);
964 *Instance = 0;