Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c71 char *InputPathname, in AxExtractTables() argument
90 InputFile = fopen (InputPathname, "rt"); in AxExtractTables()
93 printf ("Could not open input file %s\n", InputPathname); in AxExtractTables()
113 Instances = AxCountTableInstances (InputPathname, UpperSignature); in AxExtractTables()
117 UpperSignature, InputPathname); in AxExtractTables()
157 ThisInstance = AxGetNextInstance (InputPathname, ThisSignature); in AxExtractTables()
226 printf ("No ACPI tables were found in %s\n", InputPathname); in AxExtractTables()
273 char *InputPathname) in AxExtractToMultiAmlFile() argument
289 InputFile = fopen (InputPathname, "rt"); in AxExtractToMultiAmlFile()
292 printf ("Could not open input file %s\n", InputPathname); in AxExtractToMultiAmlFile()
[all …]
H A Dacpixtract.h116 char *InputPathname,
122 char *InputPathname);
126 char *InputPathname);
139 char *InputPathname,
144 char *InputPathname,
H 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()