| /test/ontest-stc2/src/tools/runwattr/pkgdef/ |
| depend | 28 P SUNWesu Extended System Utilities
|
| /test/stcnv/usr/src/tools/runwattr/pkgdef/ |
| depend | 28 P SUNWesu Extended System Utilities
|
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/ |
| JIST.java | 178 System.exit(status); 234 System.setProperty("testLevel", "2"); 308 System.setProperty("t10.agents", ask(getMsg(156))); 323 System.setProperty("devpath", devs[devNum]); 334 System.setProperty("numThreads", ask(getMsg(160))); 338 System.setProperty("numCycles", ask(getMsg(161))); 342 System.setProperty("minLBA", ask(getMsg(162))); 346 System.setProperty("maxLBA", ask(getMsg(163))); 350 System.setProperty("minTL", Integer.toHexString( 355 System.setProperty("maxTL", Integer.toHexString [all...] |
| JISTEnv.java.tmpl | 76 * or set Java System Property "prepared=yes" for JIST to execute. Doing 126 /** Operating System Dependent NewLine Character(s) String. */ 139 * Operating System Dependent File Seperator String. 359 * Set with Java System Property "reportLevel=5". The default level is 5. 396 System.err.println( 398 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 412 if (!System.getProperty("java.version").startsWith("1.5.") && 413 !System.getProperty("java.version").startsWith("1.6.") && 414 !System.getProperty("java.version").startsWith("1.7.") && 415 !System.getProperty("java.version").startsWith("5.") & [all...] |
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/scsi/ |
| SCSIDispatch.java | 66 * <li><a href="http://t10.org">ANSI T10 Small Computer System Interface 2</a>, 179 if (System.getProperty("os.name").equals("SunOS") || 180 System.getProperty("os.name").equals("Linux")) { 183 } else if (System.getProperty("os.name").equals("HP-UX")) { 184 System.loadLibrary("FCSANApiHPUX"); 187 } else if (System.getProperty("os.name").equals("AIX")) { 188 System.loadLibrary("FCSANApiAIX"); 191 } else if (System.getProperty("os.name").equals("Windows NT")) { 192 System.loadLibrary("FCSANApiNT"); 195 } else if (System.getProperty("os.name").startsWith("Windows 200")) [all...] |
| DeviceIdentifier.java | 53 * <li><a href="http://t10.org">ANSI T10 Small Computer System Interface 2</a>, 186 .append(System.getProperty("file.separator")) 188 .append(System.getProperty("file.separator")) 200 System.err.println(new StringBuilder("JIST Warning: ") 268 System.err.println(getMsg(217)); 269 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 278 System.out.println(sb.toString()); 400 System.arraycopy(deviceIdentifier, 4, value, 0, value.length); 460 System.arraycopy(page83DataBuffer, head, buffer, 0, mark); 464 System.arraycopy(deviceIdentifierArray, 0 [all...] |
| TargetPortGroup.java | 48 * <li><a href="http://t10.org">ANSI T10 Small Computer System Interface 2</a>, 152 System.arraycopy(rawBuffer, 0, targetPortGroup, 0, rawBuffer.length); 353 System.arraycopy(reportTargetPortGroupsBuffer, head, 358 System.arraycopy(targetPortGroupArray, 0, 386 System.arraycopy(
|
| SESElementData.java | 233 System.out.println( 255 System.arraycopy( 265 System.out.println("Not all elements found."); 276 System.out.println( 283 System.out.println( 364 System.out.println("Not all elements found.");
|
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/csm/ |
| CSMDispatch.java | 206 System.out.println(getMsg(1000)); 216 System.out.println(new Date()); 221 System.err.println(getMsg(1001) + args[0]); 226 System.out.println("PASS:CSM Array Controller Open"); 228 System.out.println("FAULT:CSM Array Controller Open"); 234 System.out.println("PASS:CSM Array Controller getObjectBundle"); 236 System.out.println( 243 System.out.println("PASS:CSM Array Controller getSa"); 245 System.out.println("FAULT:CSM Array Controller getSa"); 251 System.out.println("PASS:CSM Array Controller getSaid") [all...] |
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/interconnect/ |
| AnalyserDispatch.java | 57 if (System.getProperty("os.name").startsWith("Windows XP")) { 58 // System.loadLibrary("JIST" + System.getProperty("os.arch")); 59 System.loadLibrary("JISTaaAPI"); 61 System.err.println(new StringBuilder(getMsg(102)) 62 .append(System.getProperty("os.name")).append(" ") 63 .append(System.getProperty("os.version")).append(" ") 64 .append(System.getProperty("os.arch")).toString()); 65 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 126 System.err.println(getMsg(510)) [all...] |
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/csm/test/ |
| CSMMonitor.java | 130 pollUntil = System.currentTimeMillis() + 1000L * 229 System.arraycopy(agents, 0, newAgents, 1, agents.length); 234 System.arraycopy(polled, 0, newPolled, 1, polled.length); 239 System.arraycopy(agentsWWN, 0, newAgentsWWN, 1, agentsWWN.length); 321 System.arraycopy(agents, 0, newAgents, 0, index); 322 System.arraycopy(agents, (index + 1), newAgents, index, 327 System.arraycopy(polled, 0, newPolled, 0, index); 328 System.arraycopy(polled, (index + 1), newPolled, index, 360 return (System.currentTimeMillis() - 387 if (System.currentTimeMillis() - polled[index].getTime() [all...] |
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/cas/ |
| CASDispatch.java | 182 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 185 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 223 System.err.println(getMsg(712)); 245 System.exit(JIST_EXIT.getInt( 249 System.exit(JIST_EXIT.getInt( 262 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 265 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 268 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 272 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 297 * metadata used by the StorageTek 5800 system to store and inde [all...] |
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/fibrechannel/ |
| FCDispatch.java | 190 if (System.getProperty("os.name").equals("SunOS")) { 275 System.err.println(getMsg(310)); 276 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 282 System.err.println(getMsg(310)); 283 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 308 System.out.println(new StringBuilder("JIST FCDispatch STATUS: ") 332 System.err.println(getMsg(310)); 333 System.exit(JIST_EXIT.getInt("SMF_EXIT_ERR_CONFIG")); 383 System.out.println(new StringBuilder("JIST FCDispatch STATUS: ") 420 System.err.println(getMsg(310)) [all...] |
| FLOGIPLOGIParams.java | 681 System.arraycopy(getCmnSvcParams(), 0, cmdPay, 4, 16); 698 System.arraycopy(class1And6.getClassSvcParams(), 0, cmdPay, 36, 16); 699 System.arraycopy(class2.getClassSvcParams(), 0, cmdPay, 52, 16); 700 System.arraycopy(class3.getClassSvcParams(), 0, cmdPay, 68, 16); 701 System.arraycopy(class4.getClassSvcParams(), 0, cmdPay, 84, 16); 703 System.arraycopy(vendorVersionLevel, 0, cmdPay, 100, 16); 716 System.arraycopy(cmdPay, 4, tmp, 0, 16); 736 System.arraycopy(cmdPay, 36, tmp, 0, 16); 738 System.arraycopy(cmdPay, 52, tmp, 0, 16); 740 System.arraycopy(cmdPay, 68, tmp, 0, 16) [all...] |
| FCRemotePort.java | 114 System.arraycopy(data, (index * DEV_MAP_LENGTH), this.data, 0, 178 if (System.getProperty("os.arch").startsWith("sparc")) {
|
| FCPData.java | 553 System.arraycopy(cmdPay, 0, this.cmdPay, 0, cmdPay.length); 680 System.arraycopy(cmdPay, 0, tmp, 0, 682 System.arraycopy(cmdPay, (28 + oldLength), 764 System.arraycopy(cmdPay, 12, fcpCdb, 0, 780 System.arraycopy(fcpCdb, 0, cmdPay, 12, 857 System.arraycopy(respPay, 0, this.respPay, 0, respPay.length); [all...] |
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/util/test/ |
| AgentMonitor.java | 204 (agents.get(hostPort) >= System.currentTimeMillis() - within)); 225 within = System.currentTimeMillis() - within; 269 System.currentTimeMillis());
|
| /test/ohacts/src/tset/dataservice/sample/get_dsinfo_output/ |
| hanfs.client | 62 System Properties 92 System Properties
|
| hanfs.no_client | 62 System Properties 92 System Properties
|
| scalable_apache_no_client | 52 System Properties 111 System Properties
|
| scalable_apache_client | 52 System Properties 111 System Properties
|
| /test/stcnv/usr/src/suites/storage/jist/bin/ |
| jist | 117 /opt/SUNWsefms/System/Catalog/device/2510/lib/SYMsdk.jar \ 118 /opt/SUNWsefms/System/Catalog/device/2540/lib/SYMsdk.jar \ 119 /opt/SUNWsefms/System/Catalog/device/nge/lib/SYMsdk.jar \ 120 /opt/SUNWsefms/System/Catalog/device/nge/crystal/lib/SYMsdk.jar \
|
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/iscsi/ |
| iSCSIInitiatorTask.java | 234 timeoutAt = System.currentTimeMillis() + 22000L; 406 System.arraycopy(dataOut, off, dataSegment, 0, len); 430 System.arraycopy(dataOut, off, dataSegment, 0, len); 473 delay = end - System.currentTimeMillis(); 486 delay = end - System.currentTimeMillis(); 494 end = System.currentTimeMillis() + delay; 505 delay = end - System.currentTimeMillis(); 741 System.arraycopy(dataIn, 0, this.dataIn, 0, 764 System.arraycopy(dataOut, 0, this.dataOut, 0,
|
| iSCSIInitiator.java | 248 System.arraycopy(target, 0, tmp, 0, target.length); 268 System.arraycopy(target, 0, tmp, 0, inx); 269 System.arraycopy(target, (inx + 1),
|
| /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/util/ |
| Email.java | 107 System.err.println(getMsg(500)); 111 FROM = new StringBuilder(System.getProperty("user.name")).append("@") 160 System.err.println(usage); 308 .append("orig-date:").append(System.currentTimeMillis())
|