Home | History | Annotate | Download | only in acpidump

Lines Matching defs:Instance

160     UINT32                  Instance,
295 * Instance - ACPI table instance no. to be dumped
308 UINT32 Instance,
328 return (ApWriteToBinaryFile (Table, Instance));
365 UINT32 Instance = 0;
376 Status = AcpiOsGetTableByIndex (i, &Table, &Instance, &Address);
399 TableStatus = ApDumpTableBuffer (Table, Instance, Address);
481 UINT32 Instance;
514 for (Instance = 0; Instance < AP_MAX_ACPI_FILES; Instance++)
516 Status = AcpiOsGetTableByName (LocalSignature, Instance,
533 TableStatus = ApDumpTableBuffer (Table, Instance, Address);