Home
last modified time | relevance | path

Searched refs:InputPathname (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpixtract/
H A Dacpixtract.c52 * PARAMETERS: InputPathname - Filename for input acpidump file
65 char *InputPathname, in AxExtractTables() argument
85 InputFile = fopen (InputPathname, "r"); in AxExtractTables()
88 printf ("Could not open input file %s\n", InputPathname); in AxExtractTables()
106 Instances = AxCountTableInstances (InputPathname, UpperSignature); in AxExtractTables()
111 UpperSignature, InputPathname); in AxExtractTables()
173 ThisInstance = AxGetNextInstance (InputPathname, ThisSignature); in AxExtractTables()
247 printf ("No ACPI tables were found in %s\n", InputPathname); in AxExtractTables()
275 * PARAMETERS: InputPathname - Filename for input acpidump file
288 char *InputPathname) in AxExtractToMultiAmlFile()
287 AxExtractToMultiAmlFile(char * InputPathname) AxExtractToMultiAmlFile() argument
451 AxListAllTables(char * InputPathname) AxListAllTables() argument
[all...]
H A Dacpixtract.h120 char *InputPathname,
126 char *InputPathname);
130 char *InputPathname);
138 char *InputPathname,
143 char *InputPathname,
H A Daxutils.c398 char *InputPathname, in AxCountTableInstances() argument
405 InputFile = fopen (InputPathname, "r"); in AxCountTableInstances()
408 printf ("Could not open input file %s\n", InputPathname); in AxCountTableInstances()
455 char *InputPathname, in AxGetNextInstance() argument
485 Info->Instances = AxCountTableInstances (InputPathname, Signature); in AxGetNextInstance()