HomeSort by: relevance | last modified time | path
    Searched defs:NewPath (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslopt.c 67 char **NewPath);
88 char **NewPath);
100 * NewPath - Where the optimized path is returned
117 char **NewPath)
170 *NewPath = UtLocalCacheCalloc (ACPI_NAMESEG_SIZE + 1);
171 strcpy (*NewPath, Path);
173 if (strncmp (*NewPath, "_T_", 3))
176 Op, *NewPath);
429 * NewPath - Where the optimized path is returned
445 char **NewPath)
    [all...]
aslexternal.c 99 char *NewPath = NULL;
160 NewPath = NameOp->Asl.Namepath;
161 if (!NewPath && NameOp->Asl.Value.String)
163 (void) UtInternalizeName (NameOp->Asl.Value.String, &NewPath);
164 NameOp->Asl.Namepath = NewPath;
168 while (Existing && NewPath)
179 if (ExistingPath && !strcmp (NewPath, ExistingPath))
  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 518 char *NewPath;
525 NewPath = NewPathBuffer;
535 *NewPath = *InputPath;
536 NewPath++;
542 *NewPath = *InputPath;
543 NewPath++;
557 *NewPath = *InputPath;
558 NewPath++;
568 *NewPath = *InputPath;
569 NewPath++
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 343 EFI_DEVICE_PATH *Src, *Dest, *NewPath;
368 NewPath = AllocateZeroPool (Size);
369 if (NewPath) {
371 ASSERT (((UINTN)NewPath) % MIN_ALIGNMENT_SIZE == 0);
378 Dest = NewPath;
395 return NewPath;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 101 PathPieces NewPath;
102 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
104 Macro.subPieces = NewPath;

Completed in 60 milliseconds