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 617 char *InputPath = OriginalPath;
625 NewPathBuffer = ACPI_ALLOCATE_ZEROED (strlen (InputPath) + 1);
634 if (*InputPath == '\\')
636 *NewPath = *InputPath;
638 InputPath++;
641 while (*InputPath == '^')
643 *NewPath = *InputPath;
645 InputPath++;
650 while (*InputPath)
654 for (i = 0; (i < ACPI_NAMESEG_SIZE) && *InputPath; i++
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
adfile.c 387 char *InputPath,
401 if (!InputPath)
408 DirectoryPath = FlStrdup (InputPath);
dmextern.c 790 char *InputPath = *Path;
793 if ((*InputPath == AML_ROOT_PREFIX) && (InputPath[1]))
795 if (!memmove(InputPath, InputPath+1, strlen(InputPath)))
800 *Path = InputPath;
1616 char *InputPath;
1626 InputPath = Path;
1627 if ((*InputPath == AML_ROOT_PREFIX) && InputPath[1]
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acapps.h 330 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 39 milliseconds