/illumos-gate/usr/src/uts/intel/io/acpica/events/ |
H A D | evxfevnt.c | 195 UINT32 Value; local 223 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); 229 if (Value != 1) 261 UINT32 Value; local 287 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); 293 if (Value != 0)
|
H A D | evregion.c | 131 * Value - Pointer to in or out value, must be 154 UINT64 *Value) 311 Status = Handler (Function, Address, BitWidth, Value, Context, 903 Objects[0].Integer.Value = ACPI_ADR_SPACE_EC; 905 Objects[1].Integer.Value = ACPI_REG_CONNECT; 148 AcpiEvAddressSpaceDispatch( ACPI_OPERAND_OBJECT *RegionObj, ACPI_OPERAND_OBJECT *FieldObj, UINT32 Function, UINT32 RegionOffset, UINT32 BitWidth, UINT64 *Value) argument
|
/illumos-gate/usr/src/uts/intel/io/acpica/executer/ |
H A D | exdebug.c | 85 UINT32 Value; local 192 (UINT32) SourceDesc->Integer.Value); 197 ACPI_FORMAT_UINT64 (SourceDesc->Integer.Value)); 238 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); 245 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); 304 Value = SourceDesc->Reference.Value; 311 Value, *SourceDesc->Reference.IndexPointer); 317 Value, *SourceDesc->Reference.IndexPointer, 323 AcpiOsPrintf ("Package[%u] = ", Value); [all...] |
H A D | exoparg2.c | 100 UINT32 Value; local 120 Value = (UINT32) Operand[1]->Integer.Value; 141 Status = AcpiEvQueueNotifyRequest (Node, Value); 207 Operand[0]->Integer.Value, 208 Operand[1]->Integer.Value, 209 &ReturnDesc1->Integer.Value, 210 &ReturnDesc2->Integer.Value); 306 ReturnDesc->Integer.Value = AcpiExDoMathOp ( 308 Operand[0]->Integer.Value, [all...] |
H A D | exoparg1.c | 193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); 198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); 322 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value; 327 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; 333 for (Temp32 = 0; ReturnDesc->Integer.Value && 336 ReturnDesc->Integer.Value >>= 1; 339 ReturnDesc->Integer.Value = Temp32; 344 ReturnDesc->Integer.Value 631 UINT64 Value; local [all...] |
H A D | exstore.c | 74 * PARAMETERS: *SourceDesc - Value to be stored 188 RefDesc->Reference.Value, SourceDesc, WalkState); 221 * PARAMETERS: *SourceDesc - Value to be stored 240 UINT8 Value = 0; local 344 Value = (UINT8) (SourceDesc->Integer.Value); 352 Value = SourceDesc->Buffer.Pointer[0]; 367 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value; 385 * PARAMETERS: SourceDesc - Value t [all...] |
H A D | exconfig.c | 117 ObjDesc->Reference.Value = TableIndex; 321 UINT64 Value; local 331 RegionOffset, 8, &Value); 337 *Buffer = (UINT8) Value; 646 TableIndex = TableDesc->Reference.Value;
|
H A D | exregion.c | 60 * Value - Pointer to in or out value 76 UINT64 *Value, 231 *Value = 0; 236 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr); 241 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr); 246 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr); 251 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr); 268 ACPI_SET8 (LogicalAddrPtr, *Value); 273 ACPI_SET16 (LogicalAddrPtr, *Value); 278 ACPI_SET32 (LogicalAddrPtr, *Value); 72 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument 323 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument 388 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument 469 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument 506 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument 543 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument [all...] |
H A D | exutils.c | 72 UINT64 Value, 187 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX)) 193 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX; 296 * PARAMETERS: Value - Value to be represented 301 * DESCRIPTION: Calculate the number of digits needed to represent the Value 308 UINT64 Value, 320 if (Value == 0) 325 CurrentValue = Value; 401 * Value 307 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument 412 AcpiExIntegerToString( char *OutString, UINT64 Value) argument [all...] |
H A D | exfldio.c | 61 UINT64 *Value, 67 UINT64 Value); 237 * Value - Where to store value (must at least 252 UINT64 *Value, 307 ACPI_MUL_8 (ObjDesc->CommonField.AccessByteWidth), Value); 336 * Value - Value to be stored 351 UINT64 Value) 363 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength)) 366 * The Value i 249 AcpiExAccessRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 Function) argument 349 AcpiExRegisterOverflow( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Value) argument 402 AcpiExFieldDatumIo( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 ReadWrite) argument [all...] |
H A D | exdump.c | 64 const char *Value); 69 const void *Value); 99 {ACPI_EXD_UINT64, ACPI_EXD_OFFSET (Integer.Value), "Value"} 227 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (BankField.Value), "Value"}, 236 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (IndexField.Value), "Value"}, 246 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Reference.Value), "Value"}, 970 AcpiExOutString( const char *Title, const char *Value) argument 978 AcpiExOutPointer( const char *Title, const void *Value) argument [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/hardware/ |
H A D | hwacpi.c | 183 UINT32 Value; local 205 Status = AcpiReadBitRegister (ACPI_BITREG_SCI_ENABLE, &Value); 211 if (Value)
|
H A D | hwvalid.c | 224 * Value Where value is placed 238 UINT32 *Value, 258 Status = AcpiOsReadPort (Address, Value, Width); 272 for (i = 0, *Value = 0; i < Width; i += 8) 284 *Value |= (OneByte << i); 299 * Value Value to write 313 UINT32 Value, 332 Status = AcpiOsWritePort (Address, Value, Width); 352 Status = AcpiOsWritePort (Address, (Value >> 236 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument 311 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument [all...] |
H A D | hwxface.c | 122 * PARAMETERS: Value - Where the value is returned 229 * PARAMETERS: Value - Value to be written 240 UINT64 Value, 266 Address, Value, Reg->BitWidth); 281 Address, ACPI_LODWORD (Value), Width); 290 (Address + 4), ACPI_HIDWORD (Value), 32); 300 ACPI_FORMAT_UINT64 (Value), Reg->BitWidth, 316 * ReturnValue - Value that was read from the register, 319 * RETURN: Status and the value read from the specified Register. Value 343 UINT32 Value; local [all...] |
H A D | hwregs.c | 59 UINT32 *Value, 65 UINT32 Value, 151 * PARAMETERS: Value - Where the value is returned 170 UINT32 *Value, 191 *Value = 0; 202 *Value = (UINT32) Value64; 207 Address, Value, Reg->BitWidth); 212 *Value, Reg->BitWidth, ACPI_FORMAT_UINT64 (Address), 223 * PARAMETERS: Value - Value t 169 AcpiHwRead( UINT32 *Value, ACPI_GENERIC_ADDRESS *Reg) argument 235 AcpiHwWrite( UINT32 Value, ACPI_GENERIC_ADDRESS *Reg) argument 418 UINT32 Value = 0; local 514 AcpiHwRegisterWrite( UINT32 RegisterId, UINT32 Value) argument 634 AcpiHwReadMultiple( UINT32 *Value, ACPI_GENERIC_ADDRESS *RegisterA, ACPI_GENERIC_ADDRESS *RegisterB) argument 693 AcpiHwWriteMultiple( UINT32 Value, ACPI_GENERIC_ADDRESS *RegisterA, ACPI_GENERIC_ADDRESS *RegisterB) argument [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsconvert.c | 76 UINT64 Value = 0; local 87 ACPI_ANY_BASE, AcpiGbl_IntegerByteWidth, &Value); 107 Value |= ((UINT64) 117 NewObject = AcpiUtCreateIntegerObject (Value); 159 if (OriginalObject->Integer.Value == 0) 315 *DwordBuffer = (UINT32) (*Elements)->Integer.Value; 447 if (OriginalObject->Integer.Value)
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | uteval.c | 209 * Value - Where the value is returned 214 * and stores result in *Value. 224 UINT64 *Value) 242 *Value = ObjDesc->Integer.Value; 304 *Flags = (UINT32) ObjDesc->Integer.Value; 358 OutValues[i] = (UINT8) ObjDesc->Integer.Value; 221 AcpiUtEvaluateNumericObject( const char *ObjectName, ACPI_NAMESPACE_NODE *DeviceNode, UINT64 *Value) argument
|
H A D | utmisc.c | 126 * PARAMETERS: Value - Value to be converted 136 UINT32 Value) 140 UINT32 Value; member in union:__anon330 145 UINT32 Value; member in union:__anon331 153 In.Value = Value; 160 return (Out.Value); 135 AcpiUtDwordByteSwap( UINT32 Value) argument
|
H A D | utclib.c | 171 * Value - Value to set each byte of memory 183 int Value, 191 *New = (char) Value; 181 memset( void *Dest, int Value, ACPI_SIZE Count) argument
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | UserSymbolRecord.java | 77 private transient Value value; 87 value = new Value(pid, addressValue); 109 value = new Value(pid, addressValue); 177 public Value 256 value = new Value(pid, addressValue); 286 public static final class Value implements Serializable, class in class:UserSymbolRecord 287 Comparable <Value> { 293 UserSymbolRecord.Value.class); 338 Value(int pid, long addressValue) method in class:UserSymbolRecord.Value 378 * UserSymbolRecord.Value} fo [all...] |
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Value.java | 30 * The <code>Value</code> class represents a pools value. 32 public class Value { class 40 private Value(long pointer) method in class:Value 51 public Value(String name) throws PoolsException method in class:Value 65 public Value(String name, long value) throws PoolsException method in class:Value 79 public Value(String name, long value, boolean s) throws PoolsException method in class:Value 92 public Value(String name, String value) throws PoolsException method in class:Value 105 public Value(String name, boolean value) throws PoolsException method in class:Value 118 public Value(String name, double value) throws PoolsException method in class:Value
|
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/ |
H A D | dmresrc.c | 136 * PARAMETERS: Value - Value to emit 147 UINT8 Value, 150 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name); 155 UINT16 Value, 158 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name); 163 UINT32 Value, 166 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name); 171 UINT64 Value, 174 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Nam 146 AcpiDmDumpInteger8( UINT8 Value, const char *Name) argument 154 AcpiDmDumpInteger16( UINT16 Value, const char *Name) argument 162 AcpiDmDumpInteger32( UINT32 Value, const char *Name) argument 170 AcpiDmDumpInteger64( UINT64 Value, const char *Name) argument [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/resources/ |
H A D | rsdump.c | 60 const char *Value); 65 UINT8 Value); 70 UINT16 Value); 75 UINT32 Value); 80 UINT64 Value); 530 * Value - Value of the resource field 542 const char *Value) 545 AcpiOsPrintf ("%27s : %s", Title, Value); 546 if (!*Value) 540 AcpiRsOutString( const char *Title, const char *Value) argument 554 AcpiRsOutInteger8( const char *Title, UINT8 Value) argument 562 AcpiRsOutInteger16( const char *Title, UINT16 Value) argument 571 AcpiRsOutInteger32( const char *Title, UINT32 Value) argument 580 AcpiRsOutInteger64( const char *Title, UINT64 Value) argument [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 74 "UserSymbolRecord$Value", 532 public static UserSymbolRecord.Value 533 getUserSymbolRecord$Value() 535 UserSymbolRecord.Value v = new UserSymbolRecord.Value(7, -1L);
|
/illumos-gate/usr/src/lib/libeti/menu/inc/ |
H A D | private.h | 131 #define Value(i) (i)->value macro
|