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()
462 PkgLengthNode->Asl.Value.Integer = in OpnDoFieldCommon()
474 PkgLengthNode->Asl.Value.Integer = in OpnDoFieldCommon()
486 NewBitOffset = (UINT32) PkgLengthNode->Asl.Value.Integer; in OpnDoFieldCommon()
677 SpaceId = (ACPI_ADR_SPACE_TYPE) Next->Common.Value.Integer; in OpnDoRegion()
690 Op->Asl.Value.Integer = Next->Asl.Value.Integer; in OpnDoRegion()
691 if (!Op->Asl.Value.Integer && (SpaceId < ACPI_NUM_PREDEFINED_REGIONS)) in OpnDoRegion()
698 Op->Asl.Value.Integer = ACPI_UINT64_MAX; in OpnDoRegion()
779 BufferLength = strlen (InitializerOp->Asl.Value.String) + 1; in OpnDoBuffer()
805 if (BufferLengthOp->Asl.Value.Integer > BufferLength) in OpnDoBuffer()
807 BufferLength = (UINT32) BufferLengthOp->Asl.Value.Integer; in OpnDoBuffer()
825 BufferLengthOp->Asl.Value.Integer = BufferLength; in OpnDoBuffer()
880 if (PackageLengthOp->Asl.Value.Integer > PackageLength) in OpnDoPackage()
894 PackageLength = (UINT32) PackageLengthOp->Asl.Value.Integer; in OpnDoPackage()
896 else if (PackageLengthOp->Asl.Value.Integer < PackageLength) in OpnDoPackage()
914 Op->Asl.Child->Asl.Value.Integer = PackageLength; in OpnDoPackage()
945 (Op->Asl.Child->Asl.Value.Integer <= 255)) || in OpnDoPackage()
960 PackageLengthOp->Asl.Value.Integer = PackageLength; in OpnDoPackage()
1005 Next->Asl.Value.String = "\\"; in OpnDoLoadTable()
1070 if (Child->Asl.Value.Buffer && in OpnDoDefinitionBlock()
1071 *Child->Asl.Value.Buffer && in OpnDoDefinitionBlock()
1085 strlen ((char *) Child->Asl.Value.Buffer) + 1); in OpnDoDefinitionBlock()
1090 strcat (Filename, (char *) Child->Asl.Value.Buffer); in OpnDoDefinitionBlock()
1118 if (Child->Asl.Value.String) in OpnDoDefinitionBlock()
1120 AslGbl_FilesList->TableSignature = Child->Asl.Value.String; in OpnDoDefinitionBlock()
1121 AslGbl_TableSignature = Child->Asl.Value.String; in OpnDoDefinitionBlock()
1151 if (Child->Asl.Value.String && in OpnDoDefinitionBlock()
1152 strlen (Child->Asl.Value.String) > ACPI_OEM_ID_SIZE) in OpnDoDefinitionBlock()
1162 if (Child->Asl.Value.String) in OpnDoDefinitionBlock()
1164 Length = strlen (Child->Asl.Value.String); in OpnDoDefinitionBlock()
1172 strcpy (AslGbl_TableId, Child->Asl.Value.String); in OpnDoDefinitionBlock()