HomeSort by: relevance | last modified time | path
    Searched refs:NewPath (Results 1 - 3 of 3) 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...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 511 char *NewPath;
518 NewPath = NewPathBuffer;
528 *NewPath = *InputPath;
529 NewPath++;
535 *NewPath = *InputPath;
536 NewPath++;
550 *NewPath = *InputPath;
551 NewPath++;
561 *NewPath = *InputPath;
562 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 18 milliseconds