Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c173 char *InputPathname, in AxExtractTables() argument
192 InputFile = fopen (InputPathname, "r"); in AxExtractTables()
195 printf ("Could not open input file %s\n", InputPathname); in AxExtractTables()
213 Instances = AxCountTableInstances (InputPathname, UpperSignature); in AxExtractTables()
218 UpperSignature, InputPathname); in AxExtractTables()
280 ThisInstance = AxGetNextInstance (InputPathname, ThisSignature); in AxExtractTables()
354 printf ("No ACPI tables were found in %s\n", InputPathname); in AxExtractTables()
395 char *InputPathname) in AxExtractToMultiAmlFile() argument
411 InputFile = fopen (InputPathname, "r"); in AxExtractToMultiAmlFile()
414 printf ("Could not open input file %s\n", InputPathname); in AxExtractToMultiAmlFile()
[all …]
H A Dacpixtract.h228 char *InputPathname,
234 char *InputPathname);
238 char *InputPathname);
246 char *InputPathname,
251 char *InputPathname,
H A Daxutils.c498 char *InputPathname, in AxCountTableInstances() argument
505 InputFile = fopen (InputPathname, "r"); in AxCountTableInstances()
508 printf ("Could not open input file %s\n", InputPathname); in AxCountTableInstances()
555 char *InputPathname, in AxGetNextInstance() argument
585 Info->Instances = AxCountTableInstances (InputPathname, Signature); in AxGetNextInstance()