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