Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 156) sorted by relevance

1234567

/titanic_44/usr/src/uts/intel/io/acpica/hardware/
H A Dhwregs.c59 UINT32 *Value,
65 UINT32 Value,
170 UINT32 *Value, in AcpiHwRead() argument
191 *Value = 0; in AcpiHwRead()
202 *Value = (UINT32) Value64; in AcpiHwRead()
207 Address, Value, Reg->BitWidth); in AcpiHwRead()
212 *Value, Reg->BitWidth, ACPI_FORMAT_UINT64 (Address), in AcpiHwRead()
236 UINT32 Value, in AcpiHwWrite() argument
261 Address, (UINT64) Value, Reg->BitWidth); in AcpiHwWrite()
266 Address, Value, Reg->BitWidth); in AcpiHwWrite()
[all …]
H A Dhwxface.c240 UINT64 Value, in ACPI_EXPORT_SYMBOL()
266 Address, Value, Reg->BitWidth); in ACPI_EXPORT_SYMBOL()
281 Address, ACPI_LODWORD (Value), Width); in ACPI_EXPORT_SYMBOL()
290 (Address + 4), ACPI_HIDWORD (Value), 32); in ACPI_EXPORT_SYMBOL()
300 ACPI_FORMAT_UINT64 (Value), Reg->BitWidth, in ACPI_EXPORT_SYMBOL()
343 UINT32 Value; in ACPI_EXPORT_SYMBOL() local
369 Value = ((RegisterValue & BitRegInfo->AccessBitMask) in ACPI_EXPORT_SYMBOL()
374 RegisterId, BitRegInfo->ParentRegister, RegisterValue, Value)); in ACPI_EXPORT_SYMBOL()
376 *ReturnValue = Value; in ACPI_EXPORT_SYMBOL()
408 UINT32 Value) in ACPI_EXPORT_SYMBOL()
[all …]
H A Dhwvalid.c238 UINT32 *Value, in AcpiHwReadPort() argument
258 Status = AcpiOsReadPort (Address, Value, Width); in AcpiHwReadPort()
272 for (i = 0, *Value = 0; i < Width; i += 8) in AcpiHwReadPort()
284 *Value |= (OneByte << i); in AcpiHwReadPort()
313 UINT32 Value, in AcpiHwWritePort() argument
332 Status = AcpiOsWritePort (Address, Value, Width); in AcpiHwWritePort()
352 Status = AcpiOsWritePort (Address, (Value >> i) & 0xFF, 8); in AcpiHwWritePort()
/titanic_44/usr/src/uts/intel/io/acpica/executer/
H A Dexregion.c76 UINT64 *Value, in AcpiExSystemMemorySpaceHandler() argument
231 *Value = 0; in AcpiExSystemMemorySpaceHandler()
236 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
241 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
246 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
251 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
268 ACPI_SET8 (LogicalAddrPtr, *Value); in AcpiExSystemMemorySpaceHandler()
273 ACPI_SET16 (LogicalAddrPtr, *Value); in AcpiExSystemMemorySpaceHandler()
278 ACPI_SET32 (LogicalAddrPtr, *Value); in AcpiExSystemMemorySpaceHandler()
283 ACPI_SET64 (LogicalAddrPtr, *Value); in AcpiExSystemMemorySpaceHandler()
[all …]
H A Dexoparg1.c193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R()
198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R()
322 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
327 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
333 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R()
336 ReturnDesc->Integer.Value >>= 1; in AcpiExOpcode_1A_1T_1R()
339 ReturnDesc->Integer.Value = Temp32; in AcpiExOpcode_1A_1T_1R()
344 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R()
350 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R()
353 ReturnDesc->Integer.Value <<= 1; in AcpiExOpcode_1A_1T_1R()
[all …]
H A Dexoparg2.c100 UINT32 Value; in AcpiExOpcode_2A_0T_0R() local
120 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R()
141 Status = AcpiEvQueueNotifyRequest (Node, Value); in AcpiExOpcode_2A_0T_0R()
207 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
208 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
209 &ReturnDesc1->Integer.Value, in AcpiExOpcode_2A_2T_1R()
210 &ReturnDesc2->Integer.Value); in AcpiExOpcode_2A_2T_1R()
306 ReturnDesc->Integer.Value = AcpiExDoMathOp ( in AcpiExOpcode_2A_1T_1R()
308 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
309 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R()
[all …]
H A Dexutils.c72 UINT64 Value,
187 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX)) in AcpiExTruncateFor32bitTable()
193 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX; in AcpiExTruncateFor32bitTable()
308 UINT64 Value, in AcpiExDigitsNeeded() argument
320 if (Value == 0) in AcpiExDigitsNeeded()
325 CurrentValue = Value; in AcpiExDigitsNeeded()
414 UINT64 Value) in AcpiExIntegerToString() argument
424 DigitsNeeded = AcpiExDigitsNeeded (Value, 10); in AcpiExIntegerToString()
429 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder); in AcpiExIntegerToString()
H A Dexfldio.c61 UINT64 *Value,
67 UINT64 Value);
252 UINT64 *Value, in AcpiExAccessRegion() argument
307 ACPI_MUL_8 (ObjDesc->CommonField.AccessByteWidth), Value); in AcpiExAccessRegion()
351 UINT64 Value) in AcpiExRegisterOverflow() argument
363 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength)) in AcpiExRegisterOverflow()
371 ACPI_FORMAT_UINT64 (Value), in AcpiExRegisterOverflow()
405 UINT64 *Value, in AcpiExFieldDatumIo() argument
417 if (!Value) in AcpiExFieldDatumIo()
422 Value = &LocalValue; in AcpiExFieldDatumIo()
[all …]
H A Dexdebug.c85 UINT32 Value; in AcpiExDoDebugObject() local
192 (UINT32) SourceDesc->Integer.Value); in AcpiExDoDebugObject()
197 ACPI_FORMAT_UINT64 (SourceDesc->Integer.Value)); in AcpiExDoDebugObject()
238 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
245 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject()
304 Value = SourceDesc->Reference.Value; in AcpiExDoDebugObject()
311 Value, *SourceDesc->Reference.IndexPointer); in AcpiExDoDebugObject()
317 Value, *SourceDesc->Reference.IndexPointer, in AcpiExDoDebugObject()
323 AcpiOsPrintf ("Package[%u] = ", Value); in AcpiExDoDebugObject()
H A Dexoparg3.c110 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
111 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
112 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R()
117 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
118 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
119 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
205 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
206 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
H A Dexoparg6.c245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R()
246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R()
255 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R()
305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
311 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
319 ReturnDesc->Integer.Value = Index; in AcpiExOpcode_6A_0T_1R()
/titanic_44/usr/src/uts/intel/io/acpica/resources/
H A Drsmisc.c54 #define INIT_TABLE_LENGTH(i) i->Value
58 #define COMPARE_VALUE(i) i->Value
151 ((ACPI_GET8 (Source) >> Info->Value) & 0x01)); in AcpiRsConvertAmlToResource()
159 ((ACPI_GET8 (Source) >> Info->Value) & 0x03)); in AcpiRsConvertAmlToResource()
167 ((ACPI_GET8 (Source) >> Info->Value) & 0x07)); in AcpiRsConvertAmlToResource()
176 (Info->Value * (ItemCount - 1)); in AcpiRsConvertAmlToResource()
185 (Info->Value * (ItemCount - 1)); in AcpiRsConvertAmlToResource()
190 Target = ACPI_ADD_PTR (void, Aml, Info->Value); in AcpiRsConvertAmlToResource()
203 Resource->Length = Resource->Length + (Info->Value * ItemCount); in AcpiRsConvertAmlToResource()
211 Target = ACPI_ADD_PTR (void, Aml, (Info->Value + 2)); in AcpiRsConvertAmlToResource()
[all …]
H A Drsdump.c60 const char *Value);
65 UINT8 Value);
70 UINT16 Value);
75 UINT32 Value);
80 UINT64 Value);
542 const char *Value) in AcpiRsOutString() argument
545 AcpiOsPrintf ("%27s : %s", Title, Value); in AcpiRsOutString()
546 if (!*Value) in AcpiRsOutString()
556 UINT8 Value) in AcpiRsOutInteger8() argument
558 AcpiOsPrintf ("%27s : %2.2X\n", Title, Value); in AcpiRsOutInteger8()
[all …]
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java90 private Value getProperty(String name) throws PoolsException in getProperty()
93 Value value = (Value) readOnlyValues.get(name); in getProperty()
96 Value value = new Value(name); in getProperty()
119 protected Value getProperty(String name, long proxy) in getProperty()
123 Value value = (Value) readOnlyValues.get(name); in getProperty()
126 Value value = new Value(name); in getProperty()
148 public void putProperty(String name, Value value) throws PoolsException in putProperty()
180 Value val = getProperty(name); in getStringProperty()
202 Value val = getProperty(name); in getLongProperty()
224 Value val = getProperty(name); in getDoubleProperty()
[all …]
H A DValue.java32 public class Value { class
40 private Value(long pointer) in Value() method in Value
51 public Value(String name) throws PoolsException in Value() method in Value
65 public Value(String name, long value) throws PoolsException in Value() method in Value
79 public Value(String name, long value, boolean s) throws PoolsException in Value() method in Value
92 public Value(String name, String value) throws PoolsException in Value() method in Value
105 public Value(String name, boolean value) throws PoolsException in Value() method in Value
118 public Value(String name, double value) throws PoolsException in Value() method in Value
H A DConfiguration.java474 Value ptype = new Value("type", type); in getComponent()
475 Value psys_id = new Value(type + ".sys_id", sys_id); in getComponent()
499 Value ptype = new Value("type", type); in checkComponent()
500 Value psys_id = new Value(type + ".sys_id", sys_id); in checkComponent()
537 Value typeVal = new Value(name); in getComponents()
548 Value idValue = new Value(name); in getComponents()
/titanic_44/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmopcode.c94 PrevOp = Op->Asl.Value.Arg; in AcpiDmDisplayTargetPathname()
106 NextOp = Op->Asl.Value.Arg; in AcpiDmDisplayTargetPathname()
128 if (!PrevOp->Asl.Value.String) in AcpiDmDisplayTargetPathname()
143 if (*PrevOp->Asl.Value.String == '\\') in AcpiDmDisplayTargetPathname()
186 NextOp = Op->Asl.Value.Arg; in AcpiDmNotifyDescription()
199 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription()
406 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription()
461 Flags = (UINT8) Op->Common.Value.Integer; in AcpiDmMethodFlags()
510 Flags = (UINT8) Op->Common.Value.Integer; in AcpiDmFieldFlags()
583 AcpiDmAddressSpace ((UINT8) Op->Common.Value.Integer); in AcpiDmRegionFlags()
[all …]
H A Ddmresrc.c147 UINT8 Value, in AcpiDmDumpInteger8() argument
150 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name); in AcpiDmDumpInteger8()
155 UINT16 Value, in AcpiDmDumpInteger16() argument
158 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name); in AcpiDmDumpInteger16()
163 UINT32 Value, in AcpiDmDumpInteger32() argument
166 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name); in AcpiDmDumpInteger32()
171 UINT64 Value, in AcpiDmDumpInteger64() argument
174 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Name); in AcpiDmDumpInteger64()
407 NextOp = Op->Common.Value.Arg; in AcpiDmIsResourceTemplate()
421 Length = (ACPI_SIZE) NextOp->Common.Value.Integer; in AcpiDmIsResourceTemplate()
/titanic_44/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsfield.c229 Arg->Common.Value.String, ACPI_TYPE_ANY, in AcpiDsCreateBufferField()
233 ACPI_ERROR_NAMESPACE (Arg->Common.Value.String, Status); in AcpiDsCreateBufferField()
346 (UINT64) Arg->Common.Value.Size; in AcpiDsGetFieldNames()
375 ((UINT8) ((UINT32) (Arg->Common.Value.Integer & 0x07)))); in AcpiDsGetFieldNames()
380 ((Arg->Common.Value.Integer >> 8) & 0xFF); in AcpiDsGetFieldNames()
385 ((Arg->Common.Value.Integer >> 16) & 0xFF); in AcpiDsGetFieldNames()
401 Child = Arg->Common.Value.Arg; in AcpiDsGetFieldNames()
405 Info->ResourceLength = (UINT16) Child->Named.Value.Integer; in AcpiDsGetFieldNames()
412 Child->Common.Value.Name, ACPI_TYPE_ANY, in AcpiDsGetFieldNames()
417 ACPI_ERROR_NAMESPACE (Child->Common.Value.Name, Status); in AcpiDsGetFieldNames()
[all …]
H A Ddsobject.c105 Op->Common.Value.String, in AcpiDsBuildInternalObject()
135 ACPI_ERROR_NAMESPACE (Op->Common.Value.String, Status); in AcpiDsBuildInternalObject()
300 Arg = Op->Common.Value.Arg; /* skip first arg */ in AcpiDsBuildInternalBufferObj()
315 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj()
458 Arg = Op->Common.Value.Arg; in AcpiDsBuildInternalPackageObj()
601 if (!Op->Common.Value.Arg) in AcpiDsCreateNode()
611 WalkState, Op->Common.Value.Arg, &ObjDesc); in AcpiDsCreateNode()
718 ObjDesc->Integer.Value = 0; in AcpiDsInitObjectFromOp()
723 ObjDesc->Integer.Value = 1; in AcpiDsInitObjectFromOp()
728 ObjDesc->Integer.Value = ACPI_UINT64_MAX; in AcpiDsInitObjectFromOp()
[all …]
H A Ddswscope.c84 AcpiUtGetTypeName (ScopeInfo->Common.Value))); in AcpiDsScopeStackClear()
147 ScopeInfo->Common.Value = (UINT16) Type; in AcpiDsScopeStackPush()
160 AcpiUtGetTypeName (OldScopeInfo->Common.Value))); in AcpiDsScopeStackPush()
171 AcpiUtGetTypeName (ScopeInfo->Common.Value))); in AcpiDsScopeStackPush()
218 AcpiUtGetTypeName (ScopeInfo->Common.Value))); in AcpiDsScopeStackPop()
226 AcpiUtGetTypeName (NewScopeInfo->Common.Value))); in AcpiDsScopeStackPop()
/titanic_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUserSymbolRecord.java77 private transient Value value;
87 value = new Value(pid, addressValue); in UserSymbolRecord()
109 value = new Value(pid, addressValue); in UserSymbolRecord()
177 public Value
256 value = new Value(pid, addressValue); in readObject()
286 public static final class Value implements Serializable, class in UserSymbolRecord
287 Comparable <Value> {
293 UserSymbolRecord.Value.class);
338 Value(int pid, long addressValue) in Value() method in UserSymbolRecord.Value
391 if (o instanceof Value) { in equals()
[all …]
/titanic_44/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c277 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
328 NameOp->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
404 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
444 Arg->Common.Value.Integer = (UINT64) *Aml; in AcpiPsGetNextSimpleArg()
453 ACPI_MOVE_16_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
462 ACPI_MOVE_32_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
471 ACPI_MOVE_64_TO_64 (&Arg->Common.Value.Integer, Aml); in AcpiPsGetNextSimpleArg()
480 Arg->Common.Value.String = ACPI_CAST_PTR (char, Aml); in AcpiPsGetNextSimpleArg()
496 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState); in AcpiPsGetNextSimpleArg()
601 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField()
[all …]
/titanic_44/usr/src/lib/libeti/menu/common/
H A Ditemvalue.c46 if (Value(i) != v) { in set_item_value()
47 Value(i) = v; in set_item_value()
54 Value(Dfl_Item) = v; in set_item_value()
62 return (Value(i ? i : Dfl_Item)); in item_value()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dachware.h80 UINT32 *Value,
85 UINT32 Value,
105 UINT32 Value);
155 UINT32 *Value,
161 UINT32 Value,

1234567