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 66 ACPI_BUFFER *TargetPath,
76 ACPI_BUFFER *TargetPath,
99 * TargetPath - External full path to the target node
116 ACPI_BUFFER *TargetPath,
135 Path = &(((char *) TargetPath->Pointer)[
136 TargetPath->Length - ACPI_NAMESEG_SIZE]);
168 /* We must allocate a new string for the name (TargetPath gets deleted) */
192 * TargetPath - External full path to the target node
210 ACPI_BUFFER *TargetPath,
240 MaxCommonSegments = TargetPath->Length / ACPI_PATH_SEGMENT_LENGTH
    [all...]
aslnamesp.c 428 ACPI_BUFFER TargetPath;
438 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
439 Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE);
450 ACPI_CAST_PTR (char, TargetPath.Pointer),
454 ACPI_FREE (TargetPath.Pointer);
asloffset.c 358 ACPI_BUFFER TargetPath;
364 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
365 Status = AcpiNsHandleToPathname (Node, &TargetPath, FALSE);
374 strcat (AslGbl_MsgBuffer, &((char *) TargetPath.Pointer)[1]);
376 ACPI_FREE (TargetPath.Pointer);
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 52 char *TargetPath,
86 char *TargetPath,
129 if (!AsCheckForDirectory (SourcePath, TargetPath, Filename,
146 AsProcessOneFile (ConversionTable, SourcePath, TargetPath,
176 char *TargetPath)
181 MaxPathLength = AsMaxInt (strlen (SourcePath), strlen (TargetPath));
187 AcpiUtStrlwr (TargetPath);
190 VERBOSE_PRINT (("Creating Directory \"%s\"\n", TargetPath));
191 if (mkdir (TargetPath))
203 AsDoWildcard (ConversionTable, SourcePath, TargetPath, MaxPathLength
    [all...]
asmain.c 290 char *TargetPath;
436 TargetPath = argv[AcpiGbl_Optind+1];
442 TargetPath = SourcePath;
447 else if (!TargetPath)
449 TargetPath = SourcePath;
466 if (AsExaminePaths (ConversionTable, SourcePath, TargetPath, &FileType))
477 AsProcessTree (ConversionTable, SourcePath, TargetPath);
494 AsProcessOneFile (ConversionTable, NULL, TargetPath, 0,
499 AsProcessOneFile (ConversionTable, NULL, TargetPath, 0,
504 AsProcessOneFile (ConversionTable, NULL, TargetPath, 0
    [all...]
acpisrc.h 342 char *TargetPath);
377 char *TargetPath,
388 char **TargetPath);

Completed in 18 milliseconds