Lines Matching defs:Length
214 * LengthDesc - Length of field (CREATE_FIELD_OP only)
290 "Attempt to CreateField of length zero"));
350 /* Entire field must fit within the current length of the buffer */
353 (8 * (UINT32) BufferDesc->Buffer.Length))
357 "Field [%4.4s] at bit offset/length %u/%u "
360 8 * (UINT32) BufferDesc->Buffer.Length));
405 /* Now the address and length are valid for this BufferField */
443 * This is where we evaluate the address and length fields of the
452 /* Evaluate/create the address and length operands */
510 * DESCRIPTION: Get region address and length
532 * This is where we evaluate the address and length fields of the
546 /* Evaluate/create the address and length operands */
554 /* Resolve the length and address operands to numbers */
570 * Get the length operand and save it
575 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value;
578 /* A zero-length operation region is unusable. Just warn */
580 if (!ObjDesc->Region.Length && (SpaceId < ACPI_NUM_PREDEFINED_REGIONS))
583 "Operation Region [%4.4s] has zero length (SpaceId %X)",
599 ObjDesc->Region.Length));
602 ObjDesc->Region.Address, ObjDesc->Region.Length, Node);
604 /* Now the address and length are valid for this opregion */
620 * DESCRIPTION: Get region address and length.
709 ObjDesc->Region.Length = Table->Length;
714 ObjDesc->Region.Length));
716 /* Now the address and length are valid for this opregion */
752 UINT32 Length;
758 /* The first operand (for all of these data objects) is the length */
790 /* Extract length operand */
793 Length = (UINT32) ArgDesc->Integer.Value;
795 /* Cleanup for length operand */
813 WalkState, Op, Length, &ObjDesc);
820 WalkState, Op, Length, &ObjDesc);