HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 1 - 10 of 10) sorted by null

  /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/command/
fcinfoLogic.java 256 String[] line, words; local
277 words = line[j].trim().split(" ");
278 hbaPWWN[index] = words[words.length - 1];
294 String[] line, words; local
314 words = line[j].trim().split(" ");
315 remotePort[index] = words[words.length - 1];
mpathadmLogic.java 255 String[] words; local
273 words = line.split("\"");
274 while (++jnx < words.length) {
275 if (words[jnx].equalsIgnoreCase("no")) {
679 String[] line, words; local
703 words = line[j].split(" ");
704 port[index] = words[words.length - 1].trim();
837 String[] line, words; local
861 words = line[j].trim().split(" ")
880 String[] line, words; local
    [all...]
iscsiadmLogic.java 800 String[] line, words; local
819 words = line[j].trim().split(" ");
820 paramList[index] = words[words.length - 1];
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/trans/scf_transaction_start/
ASSERTIONS 83 In other words, scf_transaction_start() successfully starts a
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/trans/scf_transaction_start/
ASSERTIONS 83 In other words, scf_transaction_start() successfully starts a
  /test/stcnv/usr/src/suites/storage/jist/lib/com/sun/jist/
JISTRemoteLogic.java 269 String[] words = getStringProperty("t10.agents", "1234").split("\\s"); local
270 for (i = -1; ++i < words.length; ) {
271 word = words[i].split(":");
282 log(WARNING, "JISTAgent at " + words[i],
  /test/ontest-stc2/src/suites/os/smf/tests/libscf-low/trans/scf_transaction_add/
ASSERTIONS 108 entry. In other words, scf_transaction_add() returns -1 and
  /test/stcnv/usr/src/suites/os/smf/tests/libscf-low/trans/scf_transaction_add/
ASSERTIONS 108 entry. In other words, scf_transaction_add() returns -1 and
  /test/ontest-stc2/src/tools/runwattr/
README 38 the programs run under it. In other words, invoking "runwattr
  /test/stcnv/usr/src/tools/runwattr/
README 38 the programs run under it. In other words, invoking "runwattr

Completed in 540 milliseconds