Lines Matching defs:PathSize
347 * PathSize - Size of returned path name buffer
358 * 'PathSize'. So callers are able to check the returning value
367 UINT32 PathSize,
390 * Make sure the PathSize is correct, so that we don't need to
391 * validate both FullPath and PathSize.
395 PathSize = 0;
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);
433 if (Length <= PathSize)
449 ACPI_PATH_PUT8 (FullPath, PathSize, '\0', Length);