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

  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 238 * FullPath - Where the path name is returned
243 * of pathname + 1) which means the 'FullPath' contains a trailing
247 * Note that if the size of 'FullPath' isn't large enough to
251 * to determine the buffer size of 'FullPath'.
258 char *FullPath,
283 * validate both FullPath and PathSize.
285 if (!FullPath)
300 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length);
314 ACPI_PATH_PUT8(FullPath, PathSize, c, Length);
321 ACPI_PATH_PUT8(FullPath, PathSize, AML_ROOT_PREFIX, Length)
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
uterror.c 234 char *FullPath;
266 FullPath = AcpiNsBuildPrefixedPathname (PrefixScope, InternalPath);
269 FullPath ? FullPath : "Could not get pathname",
272 if (FullPath)
274 ACPI_FREE (FullPath);
  /src/sys/external/bsd/acpica/dist/include/
acnamesp.h 378 char *FullPath,

Completed in 14 milliseconds