Searched refs:File2Path (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpibin/ |
H A D | abcompare.c | 355 char *File2Path) in AbCompareAmlFiles() argument 376 File2 = fopen (File2Path, "rb"); in AbCompareAmlFiles() 379 printf ("Could not open file %s\n", File2Path); in AbCompareAmlFiles() 395 printf ("File %s does not contain an ACPI table header\n", File2Path); in AbCompareAmlFiles() 417 printf ("Comparing %s to %s\n", File1Path, File2Path); in AbCompareAmlFiles() 434 printf ("Seek error on file %s\n", File2Path); in AbCompareAmlFiles() 464 printf ("Error - file %s is longer than file %s\n", File1Path, File2Path); in AbCompareAmlFiles() 469 printf ("Error - file %s is shorter than file %s\n", File1Path, File2Path); in AbCompareAmlFiles() 575 char *File2Path) in AbDumpAmlFile() argument 594 FileOutHandle = fopen (File2Path, "wb"); in AbDumpAmlFile() [all …]
|
H A D | acpibin.h | 75 char *File2Path); 80 char *File2Path);
|