Lines Matching defs:host
42 "[a:attribute?List the attribute \aname\a for each host. If \aname\a is \b-\b"
53 " standard output for the named \ahost\a operand or the local host if"
73 " standard input is read for host names, one per line.]"
82 "\n[ [ - ] host | path [ command ... ] ]\n"
87 " file provides information for a single host. The syntax is:"
88 " \ahost-name\a [ \aattribute\a=\avalue\a ... ]]. Attributes for the host"
91 " [+addr?The host IP address in dot notation.]"
92 " [+bias?The \bcoshell\b(1) multiplies the host load by \bbias\b"
93 " to prioritize host availability. \bbias\b > 1 makes"
94 " the host less likely to be chosen.]"
95 " [+busy?\bcoshell\b(1) jobs running on a host that has remained"
97 " host returns to idle status.]"
98 " [+cpu?The number of cpus on the host as reported by"
101 " \bcoshell\b(1) will schedule a job on the host.]"
103 " host connections active.]"
104 " [+rating?The host rating as reported by \bpackage\b(1).]"
105 " [+type?The host type as reported by \bpackage\b(1).]"
108 " [+../share/lib/cs/local?Local host info list on \b$PATH\b.]"
142 * host address translation
151 sfprintf(sfstdout, "name=%s addr=%s host=%s user=%s flags=:%s%s%s%s%s\n"
154 , cs.host
397 char* host;
466 host = opt_info.arg;
469 switch (*host++)
494 error(2, "%c: unknown open flag", *(host - 1));
525 while (host = *argv++)
526 address(host);
530 while (host = sfgetr(sfstdin, '\n', 1))
531 address(host);
552 * get the unqualified-host connect stream path
599 host = cs.host;
609 host = 0;
610 else if (tokscan(buf, NiL, "/n/%s/proc/%s", &host, &proc) != 2)
618 if (host && !streq(host, state.local))
621 *ap++ = host;
633 error(ERROR_SYSTEM|2, "%s: cannot %s %s to kill server", path, av[0], host);
682 error(2, "%s: no host info", path);
686 error(2, "%s: no host info", path);