Searched refs:InputPathname (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/acpixtract/ |
| H A D | acpixtract.c | 173 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 D | acpixtract.h | 228 char *InputPathname, 234 char *InputPathname); 238 char *InputPathname); 246 char *InputPathname, 251 char *InputPathname,
|
| H A D | axutils.c | 506 char *InputPathname, in AxCountTableInstances() argument 513 InputFile = fopen (InputPathname, "r"); in AxCountTableInstances() 516 printf ("Could not open input file %s\n", InputPathname); in AxCountTableInstances() 563 char *InputPathname, in AxGetNextInstance() argument 593 Info->Instances = AxCountTableInstances (InputPathname, Signature); in AxGetNextInstance()
|