Searched defs:FullPath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsnames.c183 * FullPath - Where the path name is returned
188 * of pathname + 1) which means the 'FullPath' contains a trailing
192 * Note that if the size of 'FullPath' isn't large enough to
196 * to determine the buffer size of 'FullPath'.
203 char *FullPath,
228 * validate both FullPath and PathSize.
230 if (!FullPath)
245 ACPI_PATH_PUT8(FullPath, PathSize, AML_DUAL_NAME_PREFIX, Length);
259 ACPI_PATH_PUT8(FullPath, PathSize, c, Length);
266 ACPI_PATH_PUT8(FullPath, PathSiz
201 AcpiNsBuildNormalizedPath( ACPI_NAMESPACE_NODE *Node, char *FullPath, UINT32 PathSize, BOOLEAN NoTrailing) argument
[all...]

Completed in 75 milliseconds