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

  /src/sys/external/bsd/acpica/dist/compiler/
aslopt.c 174 ACPI_BUFFER *TargetPath,
184 ACPI_BUFFER *TargetPath,
207 * TargetPath - External full path to the target node
224 ACPI_BUFFER *TargetPath,
243 Path = &(((char *) TargetPath->Pointer)[
244 TargetPath->Length - ACPI_NAMESEG_SIZE]);
276 /* We must allocate a new string for the name (TargetPath gets deleted) */
300 * TargetPath - External full path to the target node
318 ACPI_BUFFER *TargetPath,
348 MaxCommonSegments = TargetPath->Length / ACPI_PATH_SEGMENT_LENGTH
    [all...]
aslnamesp.c 536 ACPI_BUFFER TargetPath;
546 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
547 Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE);
558 ACPI_CAST_PTR (char, TargetPath.Pointer),
562 ACPI_FREE (TargetPath.Pointer);
asloffset.c 466 ACPI_BUFFER TargetPath;
472 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
473 Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE);
482 strcat (AslGbl_MsgBuffer, &((char *) TargetPath.Pointer)[1]);
484 ACPI_FREE (TargetPath.Pointer);
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 160 char *TargetPath,
194 char *TargetPath,
237 if (!AsCheckForDirectory (SourcePath, TargetPath, Filename,
254 AsProcessOneFile (ConversionTable, SourcePath, TargetPath,
284 char *TargetPath)
289 MaxPathLength = AsMaxInt (strlen (SourcePath), strlen (TargetPath));
295 AcpiUtStrlwr (TargetPath);
298 VERBOSE_PRINT (("Creating Directory \"%s\"\n", TargetPath));
299 if (mkdir (TargetPath))
311 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength
    [all...]
asmain.c 398 char *TargetPath;
544 TargetPath = argv[AcpiGbl_Optind+1];
550 TargetPath = SourcePath;
555 else if (!TargetPath)
557 TargetPath = SourcePath;
574 if (AsExaminePaths (ConversionTable, SourcePath, TargetPath, &FileType))
585 AsProcessTree (ConversionTable, SourcePath, TargetPath);
602 AsProcessOneFile (ConversionTable, NULL, TargetPath, 0,
607 AsProcessOneFile (ConversionTable, NULL, TargetPath, 0,
612 AsProcessOneFile (ConversionTable, NULL, TargetPath, 0
    [all...]
acpisrc.h 450 char *TargetPath);
485 char *TargetPath,
496 char **TargetPath);

Completed in 15 milliseconds