Lines Matching defs:InputPathname
52 * PARAMETERS: InputPathname - Filename for input acpidump file
65 char *InputPathname,
85 InputFile = fopen (InputPathname, "r");
88 printf ("Could not open input file %s\n", InputPathname);
106 Instances = AxCountTableInstances (InputPathname, UpperSignature);
111 UpperSignature, InputPathname);
173 ThisInstance = AxGetNextInstance (InputPathname, ThisSignature);
247 printf ("No ACPI tables were found in %s\n", InputPathname);
275 * PARAMETERS: InputPathname - Filename for input acpidump file
288 char *InputPathname)
304 InputFile = fopen (InputPathname, "r");
307 printf ("Could not open input file %s\n", InputPathname);
441 * PARAMETERS: InputPathname - Filename for acpidump file
452 char *InputPathname)
463 InputFile = fopen (InputPathname, "r");
466 printf ("Could not open input file %s\n", InputPathname);
551 printf ("\nFound %u ACPI tables in %s\n", Gbl_TableCount, InputPathname);