Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/tools/acpixtract/
A Dacpixtract.c64 char *InputPathname, in AxExtractTables() argument
82 InputFile = fopen (InputPathname, "rt"); in AxExtractTables()
85 printf ("Could not open input file %s\n", InputPathname); in AxExtractTables()
99 Signature, InputPathname); in AxExtractTables()
209 Signature, InputPathname); in AxExtractTables()
256 char *InputPathname) in AxExtractToMultiAmlFile() argument
272 InputFile = fopen (InputPathname, "rt"); in AxExtractToMultiAmlFile()
275 printf ("Could not open input file %s\n", InputPathname); in AxExtractToMultiAmlFile()
387 char *InputPathname) in AxListTables() argument
397 InputFile = fopen (InputPathname, "rt"); in AxListTables()
[all …]
A Dacpixtract.h116 char *InputPathname,
122 char *InputPathname);
126 char *InputPathname);
139 char *InputPathname,
144 char *InputPathname,
A Daxutils.c258 char *InputPathname, in AxCountTableInstances() argument
265 InputFile = fopen (InputPathname, "rt"); in AxCountTableInstances()
268 printf ("Could not open input file %s\n", InputPathname); in AxCountTableInstances()
315 char *InputPathname, in AxGetNextInstance() argument
345 Info->Instances = AxCountTableInstances (InputPathname, Signature); in AxGetNextInstance()

Completed in 5 milliseconds