HomeSort by: relevance | last modified time | path
    Searched defs:InputPath (Results 1 - 2 of 2) 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/
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...]

Completed in 15 milliseconds