Lines Matching defs:Size
3 * Module Name: utobject - ACPI object create/delete/size/cache routines
195 * one-size-satisfies-any-request. This in itself may not be
357 * PARAMETERS: BufferSize - Size of buffer to be created
384 /* Create an actual buffer only if size > 0 */
393 ACPI_ERROR ((AE_INFO, "Could not allocate size %u",
417 * PARAMETERS: StringSize - Size of string to be created. Does not
447 * Allocate the actual string buffer -- (Size + 1) for NULL terminator.
453 ACPI_ERROR ((AE_INFO, "Could not allocate size %u",
561 ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "%p Size %X\n",
625 ACPI_SIZE Size;
696 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node);
697 if (!Size)
702 Length += ACPI_ROUND_UP_TO_NATIVE_WORD (Size);
732 * multiple of the machine word size. This keeps each object aligned
769 * Simple object - just get the size (Null object/entry is handled