Lines Matching defs:FullPath
183 * 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, PathSize, AML_ROOT_PREFIX, Length);
272 Left = FullPath;
273 Right = FullPath+Length - 1;
286 ACPI_PATH_PUT8 (FullPath, PathSize, '\0', Length);