| /illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | RequestHandler.java | 174 buf.append("\\"+Integer.toHexString(((int)b) & 0xFF)); in stringifyBuffer() 250 (Integer.valueOf(xid)).toString() + in run() 270 Integer.valueOf(port), in run() 306 Integer.valueOf(port), in run() 382 Integer.toHexString(toForward.getHeader().xid), in handleStream() 394 Integer.valueOf(port), in handleStream() 408 Integer.valueOf(port), in handleStream() 420 Integer.valueOf(port), in handleStream() 460 Integer.valueOf(ex.getErrorCode()), in sendDatagramReply() 461 Integer.toHexString(toForward.getHeader().xid), in sendDatagramReply() [all …]
|
| H A D | AttributeVerifier.java | 780 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttributes() 800 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 818 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 828 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 841 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 856 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 873 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 890 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 914 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() 933 new Object[] {Integer.toString(tk.lineno())}); in parseTemplateAttribute() [all …]
|
| H A D | SLPHeaderV2.java | 123 Integer key = Integer.valueOf(id); in registerOptionClass() 188 Integer.valueOf(optOff), Integer.valueOf(length)}); in parseHeader() 265 Integer.valueOf(functionCode)}); in parseMsg() 277 Integer.valueOf(nbytes), Integer.valueOf(length)}); in parseMsg() 296 new Object[] {Integer.valueOf(functionCode)}); in SLPHeaderV2() 323 Integer.valueOf(headerLen + SHORT_SIZE), in SLPHeaderV2() 324 Integer.valueOf(packetLength)}); in SLPHeaderV2() 517 Integer key = Integer.valueOf(optId); in parseOptions() 606 Integer id = (Integer)en.nextElement(); in externalizeOptions()
|
| /illumos-gate/usr/src/common/acpica/executer/ |
| H A D | exoparg1.c | 301 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 306 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R() 430 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 435 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 441 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R() 444 ReturnDesc->Integer.Value >>= 1; in AcpiExOpcode_1A_1T_1R() 447 ReturnDesc->Integer.Value = Temp32; in AcpiExOpcode_1A_1T_1R() 452 ReturnDesc->Integer.Value = Operand[0]->Integer.Value; in AcpiExOpcode_1A_1T_1R() 458 for (Temp32 = 0; ReturnDesc->Integer.Value && in AcpiExOpcode_1A_1T_1R() 461 ReturnDesc->Integer.Value <<= 1; in AcpiExOpcode_1A_1T_1R() [all …]
|
| H A D | exoparg2.c | 228 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R() 315 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 316 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 317 &ReturnDesc1->Integer.Value, in AcpiExOpcode_2A_2T_1R() 318 &ReturnDesc2->Integer.Value); in AcpiExOpcode_2A_2T_1R() 414 ReturnDesc->Integer.Value = AcpiExDoMathOp ( in AcpiExOpcode_2A_1T_1R() 416 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 417 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R() 435 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 436 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R() [all …]
|
| H A D | exoparg3.c | 219 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 220 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R() 221 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R() 226 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 227 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 228 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R() 314 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R() 315 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
|
| H A D | exoparg6.c | 354 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R() 355 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R() 364 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R() 414 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R() 420 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R() 428 ReturnDesc->Integer.Value = Index; in AcpiExOpcode_6A_0T_1R()
|
| H A D | excreate.c | 345 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex() 511 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor() 512 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor() 513 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor() 563 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value; in AcpiExCreatePowerResource() 564 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value; in AcpiExCreatePowerResource() 627 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
|
| /illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | Option.java | 141 return (Integer.toString(n) + "k"); in kb() 155 return (Integer.toString(n) + "m"); in mb() 169 return (Integer.toString(n) + "g"); in gb() 183 return (Integer.toString(n) + "t"); in tb() 197 return (Integer.toString(n) + "ns"); in nanos() 211 return (Integer.toString(n) + "us"); in micros() 225 return (Integer.toString(n) + "ms"); in millis() 237 return (Integer.toString(n) + "s"); in seconds() 249 return (Integer.toString(n) + "m"); in minutes() 261 return (Integer.toString(n) + "h"); in hours() [all …]
|
| /illumos-gate/usr/src/cmd/acpi/iasl/ |
| H A D | asloperands.c | 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() [all …]
|
| H A D | aslrestype2e.c | 250 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor() 258 Descriptor->ExtAddress64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor() 266 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor() 274 Descriptor->ExtAddress64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor() 281 Descriptor->ExtAddress64.AddressLength = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor() 289 Descriptor->ExtAddress64.TypeSpecific = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor() 430 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor() 438 Descriptor->ExtAddress64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor() 446 Descriptor->ExtAddress64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor() 454 Descriptor->ExtAddress64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor() [all …]
|
| H A D | aslrestype2s.c | 333 SpecifiedLength = (UINT16) BufferOp->Asl.Value.Integer; in RsGetVendorData() 348 *VendorData = (UINT8) BufferOp->Asl.Value.Integer; in RsGetVendorData() 528 Descriptor->Gpio.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor() 535 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor() 556 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor() 596 *InterruptList = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIntDescriptor() 723 Descriptor->Gpio.PinConfig = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor() 730 Descriptor->Gpio.DebounceTimeout = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor() 737 Descriptor->Gpio.DriveStrength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor() 764 Descriptor->Gpio.ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGpioIoDescriptor() [all …]
|
| H A D | aslrestype2q.c | 258 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor() 266 Descriptor->Address64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor() 274 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor() 282 Descriptor->Address64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor() 289 Descriptor->Address64.AddressLength = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor() 299 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor() 486 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor() 494 Descriptor->Address64.Minimum = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor() 502 Descriptor->Address64.Maximum = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor() 510 Descriptor->Address64.TranslationOffset = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor() [all …]
|
| H A D | aslrestype2w.c | 258 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor() 266 Descriptor->Address16.Minimum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor() 274 Descriptor->Address16.Maximum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor() 282 Descriptor->Address16.TranslationOffset = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor() 289 Descriptor->Address16.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor() 299 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor() 473 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor() 482 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor() 491 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor() 500 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordBusNumberDescriptor() [all …]
|
| H A D | aslrestype1i.c | 252 if (InitializerOp->Asl.Value.Integer > 7) in RsDoDmaDescriptor() 261 (1 << ((UINT8) InitializerOp->Asl.Value.Integer)); in RsDoDmaDescriptor() 328 Descriptor->FixedDma.RequestLines = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor() 335 Descriptor->FixedDma.Channels = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor() 342 Descriptor->FixedDma.Width = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoFixedDmaDescriptor() 405 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoFixedIoDescriptor() 414 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoFixedIoDescriptor() 495 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoIoDescriptor() 504 (UINT16) InitializerOp->Asl.Value.Integer; in RsDoIoDescriptor() 513 (UINT8) InitializerOp->Asl.Value.Integer; in RsDoIoDescriptor() [all …]
|
| H A D | aslrestype2d.c | 259 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor() 268 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor() 277 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor() 286 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor() 294 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor() 306 OptionalFields[0] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoDwordIoDescriptor() 497 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor() 506 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor() 515 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor() 524 (UINT32) InitializerOp->Asl.Value.Integer; in RsDoDwordMemoryDescriptor() [all …]
|
| H A D | aslopcodes.c | 286 AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer); in OpcGetIntegerWidth() 333 switch (Op->Asl.Value.Integer) in OpcSetOptimalIntegerSize() 383 if (Op->Asl.Value.Integer <= ACPI_UINT8_MAX) in OpcSetOptimalIntegerSize() 389 if (Op->Asl.Value.Integer <= ACPI_UINT16_MAX) in OpcSetOptimalIntegerSize() 395 if (Op->Asl.Value.Integer <= ACPI_UINT32_MAX) in OpcSetOptimalIntegerSize() 411 Op->Asl.Value.Integer &= ACPI_UINT32_MAX; in OpcSetOptimalIntegerSize() 460 AttribOp->Asl.Value.Integer = 0; in OpcDoAccessAs() 468 Attribute = (UINT8) AttribOp->Asl.Value.Integer; in OpcDoAccessAs() 492 LengthOp->Asl.Value.Integer = 16; in OpcDoAccessAs() 557 BufferLengthOp->Asl.Value.Integer = Rnode->BufferLength; in OpcDoConnection() [all …]
|
| H A D | aslrestype1.c | 279 Descriptor->Memory24.Minimum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor() 287 Descriptor->Memory24.Maximum = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor() 295 Descriptor->Memory24.Alignment = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor() 302 Descriptor->Memory24.AddressLength = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor() 385 Descriptor->Memory32.Minimum = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor() 393 Descriptor->Memory32.Maximum = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor() 401 Descriptor->Memory32.Alignment = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor() 409 Descriptor->Memory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor() 488 Descriptor->FixedMemory32.Address = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32FixedDescriptor() 495 Descriptor->FixedMemory32.AddressLength = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32FixedDescriptor() [all …]
|
| H A D | aslrestype2.c | 206 Descriptor->GenericReg.AddressSpaceId = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 213 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 220 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 227 Descriptor->GenericReg.Address = InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 234 Descriptor->GenericReg.AccessSize = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 379 ResSourceIndex = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoInterruptDescriptor() 436 if (InitializerOp->Asl.Value.Integer > ACPI_UINT32_MAX) in RsDoInterruptDescriptor() 444 Rover->DwordItem = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoInterruptDescriptor() 565 VendorData[i] = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoVendorLargeDescriptor()
|
| /illumos-gate/usr/src/common/acpica/disassembler/ |
| H A D | dmopcode.c | 311 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription() 582 Flags = (UINT8) Op->Common.Value.Integer; in AcpiDmMethodFlags() 631 Flags = (UINT8) Op->Common.Value.Integer; in AcpiDmFieldFlags() 704 AcpiDmAddressSpace ((UINT8) Op->Common.Value.Integer); in AcpiDmRegionFlags() 764 if (((UINT32) Op->Common.Value.Integer) > ACPI_MAX_MATCH_OPCODE) in AcpiDmMatchKeyword() 771 AcpiGbl_MatchOps[(ACPI_SIZE) Op->Common.Value.Integer]); in AcpiDmMatchKeyword() 878 AcpiOsPrintf ("0x%2.2X", (UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() 885 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() 889 AcpiOsPrintf ("0x%4.4X", (UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() 897 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() [all …]
|
| /illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
| H A D | LocalityDomain.java | 201 Integer score = (Integer) grps.get(group); in getRepresentativeGroup() 204 grps.put(group, Integer.valueOf(iscore)); in getRepresentativeGroup() 206 grps.put(group, Integer.valueOf(1)); in getRepresentativeGroup() 211 Integer highest = Integer.valueOf(0); in getRepresentativeGroup() 214 Integer value = (Integer) grps.get(cand); in getRepresentativeGroup()
|
| /illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
| H A D | cpu_acpi.c | 276 if (elements[0].Integer.Value != number || in cpu_acpi_cache_state_dependencies() 277 elements[1].Integer.Value != 0) { in cpu_acpi_cache_state_dependencies() 284 sd->sd_entries = elements[0].Integer.Value; in cpu_acpi_cache_state_dependencies() 285 sd->sd_revision = elements[1].Integer.Value; in cpu_acpi_cache_state_dependencies() 286 sd->sd_domain = elements[2].Integer.Value; in cpu_acpi_cache_state_dependencies() 287 sd->sd_type = elements[3].Integer.Value; in cpu_acpi_cache_state_dependencies() 288 sd->sd_num = elements[4].Integer.Value; in cpu_acpi_cache_state_dependencies() 290 sd->sd_index = elements[5].Integer.Value; in cpu_acpi_cache_state_dependencies() 376 if (l != NULL && l[0].Integer.Value == q[0].Integer.Value) in cpu_acpi_cache_pstate() 381 up[j] = q[j].Integer.Value; in cpu_acpi_cache_pstate() [all …]
|
| /illumos-gate/usr/src/common/acpica/dispatcher/ |
| H A D | dsobject.c | 350 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj() 560 ObjDesc->Integer.Value = 0; in AcpiDsInitObjectFromOp() 565 ObjDesc->Integer.Value = 1; in AcpiDsInitObjectFromOp() 570 ObjDesc->Integer.Value = ACPI_UINT64_MAX; in AcpiDsInitObjectFromOp() 581 ObjDesc->Integer.Value = ACPI_CA_VERSION; in AcpiDsInitObjectFromOp() 595 ObjDesc->Integer.Value = Op->Common.Value.Integer; in AcpiDsInitObjectFromOp() 604 ACPI_FORMAT_UINT64 (Op->Common.Value.Integer), in AcpiDsInitObjectFromOp() 605 (UINT32) ObjDesc->Integer.Value)); in AcpiDsInitObjectFromOp()
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestMaxConsumers.java | 39 static Integer 42 Integer value = null; in getIntegerProperty() 46 value = Integer.parseInt(property); in getIntegerProperty() 57 Integer property = getIntegerProperty(MAX_CONSUMERS_PROPERTY_NAME); in main()
|
| /illumos-gate/usr/src/common/acpica/namespace/ |
| H A D | nsrepair2.c | 629 if ((UINT32) ObjDesc->Integer.Value == 0) in AcpiNsRepair_CST() 652 ObjDesc->Integer.Value = OuterElementCount; in AcpiNsRepair_CST() 890 if ((UINT32) ObjDesc->Integer.Value > PreviousValue) in AcpiNsRepair_PSS() 898 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsRepair_PSS() 1052 (ObjDesc->Integer.Value < PreviousValue)) || in AcpiNsCheckSortedList() 1054 (ObjDesc->Integer.Value > PreviousValue))) in AcpiNsCheckSortedList() 1067 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsCheckSortedList() 1117 (ObjDesc1->Integer.Value > ObjDesc2->Integer.Value)) || in AcpiNsSortList() 1120 (ObjDesc1->Integer.Value < ObjDesc2->Integer.Value))) in AcpiNsSortList()
|