Home
last modified time | relevance | path

Searched refs:File2Path (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/tools/acpibin/
HDabcompare.c463 char *File2Path) in AbCompareAmlFiles() argument
484 File2 = fopen (File2Path, "rb"); in AbCompareAmlFiles()
487 printf ("Could not open file %s\n", File2Path); in AbCompareAmlFiles()
503 printf ("File %s does not contain an ACPI table header\n", File2Path); in AbCompareAmlFiles()
525 printf ("Comparing %s to %s\n", File1Path, File2Path); in AbCompareAmlFiles()
542 printf ("Seek error on file %s\n", File2Path); in AbCompareAmlFiles()
572 printf ("Error - file %s is longer than file %s\n", File1Path, File2Path); in AbCompareAmlFiles()
577 printf ("Error - file %s is shorter than file %s\n", File1Path, File2Path); in AbCompareAmlFiles()
683 char *File2Path) in AbDumpAmlFile() argument
702 FileOutHandle = fopen (File2Path, "wb"); in AbDumpAmlFile()
[all …]
HDacpibin.h183 char *File2Path);
188 char *File2Path);