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

  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 509 char *InputPath = OriginalPath;
517 NewPathBuffer = ACPI_ALLOCATE_ZEROED (strlen (InputPath) + 1);
526 if (*InputPath == '\\')
528 *NewPath = *InputPath;
530 InputPath++;
533 while (*InputPath == '^')
535 *NewPath = *InputPath;
537 InputPath++;
542 while (*InputPath)
546 for (i = 0; (i < ACPI_NAMESEG_SIZE) && *InputPath; i++
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
adfile.c 279 char *InputPath,
293 if (!InputPath)
300 DirectoryPath = FlStrdup (InputPath);
dmextern.c 682 char *InputPath = *Path;
685 if ((*InputPath == AML_ROOT_PREFIX) && (InputPath[1]))
687 if (!memmove(InputPath, InputPath+1, strlen(InputPath)))
692 *Path = InputPath;
1508 char *InputPath;
1518 InputPath = Path;
1519 if ((*InputPath == AML_ROOT_PREFIX) && InputPath[1]
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acapps.h 222 char *InputPath,
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 136 c:\acpi\libraries\iasl.exe -vs -vi "$(InputPath)"
139 $(InputDir)\$(InputPath).aml

Completed in 21 milliseconds