Lines Matching refs:Value
229 if (Next->Asl.Value.Integer > 15) in OpnDoMutex()
273 NumArgs = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
282 Serialized = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
295 if (Next->Asl.Value.Integer > 15) in OpnDoMethod()
300 Concurrency = (UINT8) Next->Asl.Value.Integer; in OpnDoMethod()
312 Next->Asl.Value.Integer = MethodFlags; in OpnDoMethod()
355 AccessType = (UINT8) Op->Asl.Value.Integer; in OpnDoFieldCommon()
360 FieldOp->Asl.Value.Integer = AccessType; in OpnDoFieldCommon()
365 LockRule = (UINT8) Next->Asl.Value.Integer; in OpnDoFieldCommon()
371 UpdateRule = (UINT8) Next->Asl.Value.Integer; in OpnDoFieldCommon()
384 Next->Asl.Value.Integer = FieldFlags; in OpnDoFieldCommon()
405 AccessType = (UINT8) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()
415 NewBitOffset = ((UINT32) PkgLengthNode->Asl.Value.Integer) * 8; in OpnDoFieldCommon()
447 PkgLengthNode->Asl.Value.Integer = in OpnDoFieldCommon()
459 NewBitOffset = (UINT32) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()
659 Op->Asl.Value.Integer = Next->Asl.Value.Integer; in OpnDoRegion()
663 Op->Asl.Value.Integer = ACPI_UINT64_MAX; in OpnDoRegion()
744 BufferLength = strlen (InitializerOp->Asl.Value.String) + 1; in OpnDoBuffer()
770 if (BufferLengthOp->Asl.Value.Integer > BufferLength) in OpnDoBuffer()
772 BufferLength = (UINT32) BufferLengthOp->Asl.Value.Integer; in OpnDoBuffer()
790 BufferLengthOp->Asl.Value.Integer = BufferLength; in OpnDoBuffer()
844 if (PackageLengthOp->Asl.Value.Integer > PackageLength) in OpnDoPackage()
858 PackageLength = (UINT32) PackageLengthOp->Asl.Value.Integer; in OpnDoPackage()
860 else if (PackageLengthOp->Asl.Value.Integer < PackageLength) in OpnDoPackage()
878 Op->Asl.Child->Asl.Value.Integer = PackageLength; in OpnDoPackage()
908 (Op->Asl.Child->Asl.Value.Integer <= 255)) || in OpnDoPackage()
923 PackageLengthOp->Asl.Value.Integer = PackageLength; in OpnDoPackage()
968 Next->Asl.Value.String = "\\"; in OpnDoLoadTable()
1032 if (Child->Asl.Value.Buffer && in OpnDoDefinitionBlock()
1033 *Child->Asl.Value.Buffer && in OpnDoDefinitionBlock()
1041 strlen ((char *) Child->Asl.Value.Buffer) + 1); in OpnDoDefinitionBlock()
1046 strcat (Filename, (char *) Child->Asl.Value.Buffer); in OpnDoDefinitionBlock()
1058 if (Child->Asl.Value.String) in OpnDoDefinitionBlock()
1060 Gbl_TableSignature = Child->Asl.Value.String; in OpnDoDefinitionBlock()
1090 if (Child->Asl.Value.String && in OpnDoDefinitionBlock()
1091 strlen (Child->Asl.Value.String) > ACPI_OEM_ID_SIZE) in OpnDoDefinitionBlock()
1101 if (Child->Asl.Value.String) in OpnDoDefinitionBlock()
1103 Length = strlen (Child->Asl.Value.String); in OpnDoDefinitionBlock()
1111 strcpy (Gbl_TableId, Child->Asl.Value.String); in OpnDoDefinitionBlock()