HomeSort by: relevance | last modified time | path
    Searched refs:SourcePath (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asmain.c 397 char *SourcePath;
528 SourcePath = argv[AcpiGbl_Optind];
529 if (!SourcePath)
540 AsProcessOneFile (NULL, NULL, NULL, 0, SourcePath, FILE_TYPE_SOURCE);
550 TargetPath = SourcePath;
557 TargetPath = SourcePath;
574 if (AsExaminePaths (ConversionTable, SourcePath, TargetPath, &FileType))
585 AsProcessTree (ConversionTable, SourcePath, TargetPath);
592 SourcePath, FILE_TYPE_SOURCE);
600 if (strstr (SourcePath, ".h")
    [all...]
asfile.c 159 char *SourcePath,
193 char *SourcePath,
216 WildcardSpec, SourcePath));
220 DirInfo = AcpiOsOpenDirectory (SourcePath, WildcardSpec, RequestedFileType);
237 if (!AsCheckForDirectory (SourcePath, TargetPath, Filename,
254 AsProcessOneFile (ConversionTable, SourcePath, TargetPath,
283 char *SourcePath,
289 MaxPathLength = AsMaxInt (strlen (SourcePath), strlen (TargetPath));
311 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength,
316 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength
    [all...]
acpisrc.h 449 char *SourcePath,
484 char *SourcePath,
495 char **SourcePath,

Completed in 13 milliseconds