Searched refs:nshost (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | NameService.java | 36 private String nshost = null; field in class:NameService 97 nshost = arg; 114 return (nshost);
|
H A D | DoPrinterNS.java | 37 private synchronized static native int dorexec(String nshost, argument 133 String nshost = ns.getNameServiceHost(); 148 if (lh.equals(nshost)) { 170 String cmdprefix = "rexec(" + nshost + "): "; 174 ret = dorexec(nshost, user, passwd, cmd, locale); 183 ret = dorexec(nshost, user, passwd, cmd, locale); 194 cmd = cmd.concat(nshost); 210 p.setCmdLog("rsh " + nshost + "..."); 255 ret = dorexec(nshost, user, passwd, cmd, locale); 285 ret = dorexec(nshost, use [all...] |
H A D | DoPrinterDelete.java | 138 String nshost = ns.getNameServiceHost(); 140 if (lh.equals(nshost)) {
|
H A D | Test.java | 54 * nshost= 169 String nshost = getToken(o, "nshost="); 189 if (nshost != null) 190 ns.setNameServiceHost(nshost);
|
H A D | DoPrinterAdd.java | 356 String nshost = ns.getNameServiceHost(); 359 if (lh.equals(nshost))
|
H A D | DoPrinterMod.java | 685 String nshost = ns.getNameServiceHost(); 688 if (lh.equals(nshost))
|
Completed in 75 milliseconds