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

  /src/sys/external/bsd/acpica/dist/compiler/
aslopt.c 175 char **NewPath);
196 char **NewPath);
208 * NewPath - Where the optimized path is returned
225 char **NewPath)
278 *NewPath = UtLocalCacheCalloc (ACPI_NAMESEG_SIZE + 1);
279 strcpy (*NewPath, Path);
281 if (strncmp (*NewPath, "_T_", 3))
284 Op, *NewPath);
537 * NewPath - Where the optimized path is returned
553 char **NewPath)
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 619 char *NewPath;
626 NewPath = NewPathBuffer;
636 *NewPath = *InputPath;
637 NewPath++;
643 *NewPath = *InputPath;
644 NewPath++;
658 *NewPath = *InputPath;
659 NewPath++;
669 *NewPath = *InputPath;
670 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;

Completed in 13 milliseconds