Lines Matching defs:Instance
52 UINT32 Instance,
185 * Instance - ACPI table instance no. to be dumped
198 UINT32 Instance,
218 return (ApWriteToBinaryFile (Table, Instance));
255 UINT32 Instance = 0;
266 Status = AcpiOsGetTableByIndex (i, &Table, &Instance, &Address);
289 TableStatus = ApDumpTableBuffer (Table, Instance, Address);
372 UINT32 Instance;
405 for (Instance = 0; Instance < AP_MAX_ACPI_FILES; Instance++)
407 Status = AcpiOsGetTableByName (LocalSignature, Instance,
424 TableStatus = ApDumpTableBuffer (Table, Instance, Address);