Searched defs:nshost (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DNameService.java36 private String nshost = null; field in class:NameService
97 nshost = arg;
114 return (nshost);
H A DDoPrinterNS.java37 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...]

Completed in 270 milliseconds