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

  /src/sys/external/bsd/acpica/dist/utilities/
uterror.c 342 char *FullPath;
374 FullPath = AcpiNsBuildPrefixedPathname (PrefixScope, InternalPath);
377 FullPath ? FullPath : "Could not get pathname",
380 if (FullPath)
382 ACPI_FREE (FullPath);
  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 346 * FullPath - Where the path name is returned
351 * of pathname + 1) which means the 'FullPath' contains a trailing
355 * Note that if the size of 'FullPath' isn't large enough to
359 * to determine the buffer size of 'FullPath'.
366 char *FullPath,
391 * validate both FullPath and PathSize.
393 if (!FullPath)
408 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length);
422 ACPI_PATH_PUT8(FullPath, PathSize, c, Length);
429 ACPI_PATH_PUT8(FullPath, PathSize, AML_ROOT_PREFIX, Length)
    [all...]

Completed in 32 milliseconds