| /titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | RequestHandler.java | 174 buf.append("\\"+Integer.toHexString(((int)b) & 0xFF)); in stringifyBuffer() 250 (new Integer(xid)).toString() + clientAddr.getHostAddress(); in run() 269 new Integer(port), in run() 305 new Integer(port), in run() 381 Integer.toHexString(toForward.getHeader().xid), in handleStream() 393 new Integer(port), in handleStream() 407 new Integer(port), in handleStream() 419 new Integer(port), in handleStream() 459 new Integer(ex.getErrorCode()), in sendDatagramReply() 460 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 = new Integer(id); in registerOptionClass() 188 new Integer(optOff), new Integer(length)}); in parseHeader() 265 new Integer(functionCode)}); in parseMsg() 277 new Integer(nbytes), new Integer(length)}); in parseMsg() 296 new Object[] {new Integer(functionCode)}); in SLPHeaderV2() 323 new Integer(headerLen + SHORT_SIZE), in SLPHeaderV2() 324 new Integer(packetLength)}); in SLPHeaderV2() 517 Integer key = new Integer(optId); in parseOptions() 606 Integer id = (Integer)en.nextElement(); in externalizeOptions()
|
| H A D | SLPServerHeaderV2.java | 184 new Integer(functionCode)}); in parseMsg() 196 new Integer(nbytes), new Integer(length)}); in parseMsg() 299 " xid=``0x" + Integer.toHexString(xid) + "''\n" + in toString()
|
| H A D | Transact.java | 272 Integer.toHexString(mhdr.xid), in transactUnicastMsg() 291 Integer.toHexString(rhdr.xid), in transactUnicastMsg() 302 Integer.toHexString(mhdr.xid), in transactUnicastMsg() 313 Integer.toHexString(mhdr.xid)), in transactUnicastMsg() 707 new Integer(outbuf.length), in getBytes() 708 new Integer(config.getMTU())}); in getBytes() 788 new Object[] {new Integer(ver)}); in internalize() 831 String fcode = (fun == 0 ? "???":Integer.toString(fun)); in internalize() 889 Integer.toHexString(hdr.xid)}); in addPreviousResponder() 918 Integer.MAX_VALUE, // config doesn't apply in transactActiveAdvertRequest() [all …]
|
| /titanic_50/usr/src/uts/intel/io/acpica/executer/ |
| H A D | exoparg1.c | 193 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 D | exoparg2.c | 120 Value = (UINT32) Operand[1]->Integer.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() 327 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R() 328 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R() [all …]
|
| H A D | exoparg3.c | 110 (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 D | exoparg6.c | 245 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()
|
| H A D | excreate.c | 261 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value; in AcpiExCreateMutex() 427 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor() 428 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor() 429 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor() 479 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value; in AcpiExCreatePowerResource() 480 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value; in AcpiExCreatePowerResource() 543 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
|
| H A D | exconvrt.c | 57 UINT64 Integer, 255 memcpy (NewBuf, &ObjDesc->Integer.Value, AcpiGbl_IntegerByteWidth); in AcpiExConvertToBuffer() 312 UINT64 Integer, in AcpiExConvertToAscii() argument 362 Digit = Integer; in AcpiExConvertToAscii() 393 AcpiUtHexToAsciiChar (Integer, ACPI_MUL_4 (j)); in AcpiExConvertToAscii() 495 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
|
| /titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | Option.java | 143 return (Integer.toString(n) + "k"); in kb() 157 return (Integer.toString(n) + "m"); in mb() 171 return (Integer.toString(n) + "g"); in gb() 185 return (Integer.toString(n) + "t"); in tb() 199 return (Integer.toString(n) + "ns"); in nanos() 213 return (Integer.toString(n) + "us"); in micros() 227 return (Integer.toString(n) + "ms"); in millis() 239 return (Integer.toString(n) + "s"); in seconds() 251 return (Integer.toString(n) + "m"); in minutes() 263 return (Integer.toString(n) + "h"); in hours() [all …]
|
| H A D | ProcessState.java | 116 private Integer exitStatus; 143 Integer processExitStatus, String msg) in ProcessState() 167 Integer processExitStatus, String msg) in ProcessState() 242 public Integer 254 exitStatus = new Integer(status); in setExitStatus()
|
| /titanic_50/usr/src/uts/intel/io/acpica/disassembler/ |
| H A D | dmopcode.c | 199 NotifyValue = (UINT8) NextOp->Asl.Value.Integer; in AcpiDmNotifyDescription() 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() 643 if (((UINT32) Op->Common.Value.Integer) > ACPI_MAX_MATCH_OPCODE) in AcpiDmMatchKeyword() 650 AcpiGbl_MatchOps[(ACPI_SIZE) Op->Common.Value.Integer]); in AcpiDmMatchKeyword() 757 AcpiOsPrintf ("0x%2.2X", (UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() 764 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() 768 AcpiOsPrintf ("0x%4.4X", (UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() 776 AcpiDmDecompressEisaId ((UINT32) Op->Common.Value.Integer); in AcpiDmDisassembleOneOp() [all …]
|
| /titanic_50/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, new Integer(iscore)); in getRepresentativeGroup() 206 grps.put(group, new Integer(1)); in getRepresentativeGroup() 211 Integer highest = new Integer(0); in getRepresentativeGroup() 214 Integer value = (Integer) grps.get(cand); in getRepresentativeGroup()
|
| /titanic_50/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 …]
|
| /titanic_50/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()
|
| H A D | TestFunctionLookup.java | 64 if (address instanceof Integer) { in main() 65 int addr = (Integer)address; in main() 98 if (address instanceof Integer) { in main() 99 int addr = (Integer)address; in main()
|
| /titanic_50/usr/src/uts/intel/io/acpica/namespace/ |
| H A D | nsrepair2.c | 525 if ((UINT32) ObjDesc->Integer.Value == 0) in AcpiNsRepair_CST() 548 ObjDesc->Integer.Value = OuterElementCount; in AcpiNsRepair_CST() 786 if ((UINT32) ObjDesc->Integer.Value > PreviousValue) in AcpiNsRepair_PSS() 794 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsRepair_PSS() 948 (ObjDesc->Integer.Value < PreviousValue)) || in AcpiNsCheckSortedList() 950 (ObjDesc->Integer.Value > PreviousValue))) in AcpiNsCheckSortedList() 963 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsCheckSortedList() 1013 (ObjDesc1->Integer.Value > ObjDesc2->Integer.Value)) || in AcpiNsSortList() 1016 (ObjDesc1->Integer.Value < ObjDesc2->Integer.Value))) in AcpiNsSortList()
|
| /titanic_50/usr/src/uts/intel/io/acpica/utilities/ |
| H A D | utids.c | 121 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value); in AcpiUtExecute_HID() 209 AcpiExIntegerToString (Uid->String, ObjDesc->Integer.Value); in AcpiUtExecute_UID() 354 NextIdString, CidObjects[i]->Integer.Value); in AcpiUtExecute_CID() 439 ClassCode[0] = (UINT8) ClsObjects[0]->Integer.Value; in AcpiUtExecute_CLS() 443 ClassCode[1] = (UINT8) ClsObjects[1]->Integer.Value; in AcpiUtExecute_CLS() 447 ClassCode[2] = (UINT8) ClsObjects[2]->Integer.Value; in AcpiUtExecute_CLS()
|
| H A D | uthex.c | 75 UINT64 Integer, in AcpiUtHexToAsciiChar() argument 79 return (AcpiGbl_HexToAscii[(Integer >> Position) & 0xF]); in AcpiUtHexToAsciiChar()
|
| /titanic_50/usr/src/uts/intel/io/acpica/dispatcher/ |
| H A D | dsobject.c | 315 ByteListLength = (UINT32) ByteList->Common.Value.Integer; in AcpiDsBuildInternalBufferObj() 718 ObjDesc->Integer.Value = 0; in AcpiDsInitObjectFromOp() 723 ObjDesc->Integer.Value = 1; in AcpiDsInitObjectFromOp() 728 ObjDesc->Integer.Value = ACPI_UINT64_MAX; in AcpiDsInitObjectFromOp() 739 ObjDesc->Integer.Value = ACPI_CA_VERSION; in AcpiDsInitObjectFromOp() 753 ObjDesc->Integer.Value = Op->Common.Value.Integer; in AcpiDsInitObjectFromOp() 762 ACPI_FORMAT_UINT64 (Op->Common.Value.Integer), in AcpiDsInitObjectFromOp() 763 (UINT32) ObjDesc->Integer.Value)); in AcpiDsInitObjectFromOp()
|
| /titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
| H A D | Debug.java | 182 classDB.put(o.getClass(), new Integer(lvl)); in setDebugLevel() 195 classDB.put(Class.forName(classname), new Integer(lvl)); in setDebugLevel() 223 lvl = ((Integer) g).intValue(); in getLevelForClass() 225 classDB.put(o.getClass(), new Integer(lvl)); in getLevelForClass()
|
| /titanic_50/usr/src/uts/intel/io/acpica/parser/ |
| H A D | psargs.c | 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() 629 Field->Common.Value.Integer = (UINT8) AccessType; in AcpiPsGetNextField() 630 Field->Common.Value.Integer |= (UINT16) (AccessAttribute << 8); in AcpiPsGetNextField() 639 Field->Common.Value.Integer |= (UINT32) (AccessLength << 16); in AcpiPsGetNextField()
|
| /titanic_50/usr/src/uts/intel/sys/acpi/ |
| H A D | actypes.h | 520 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer)) argument 521 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8)) argument 522 #define ACPI_LOWORD(Integer) ((UINT16) (UINT32)(Integer)) argument 523 #define ACPI_HIWORD(Integer) ((UINT16)(((UINT32)(Integer)) >> 16)) argument 939 } Integer; member
|