Lines Matching defs:host

52 	if (ep->host != NULL)
53 Free(ep->host);
144 char *name /* optional name or host */
147 /* get host name */
148 if (ep->host != NULL) {
149 Free(ep->host);
150 ep->host = NULL;
154 ep->host = Strdup(name);
157 ep->host = Strdup(mynode());
334 char *host,
346 metacookerror(ep, host);
357 char *host,
367 metacookerror(ep, host);
768 dgettext(TEXT_DOMAIN, "reserved by another host"));
803 "only the nodename of a host is required for deletes"));
1767 "host %s is specified more than once"), ip->node);
1775 "nodename of host %s creating the set must be included"),
1780 "host %s already has set"), ip->node);
1784 "host %s does not have set"), ip->node);
1797 "host %s is not the owner"), ip->node);
1801 "host %s is already in the set"), ip->node);
1805 "host %s is not in the set"), ip->node);
1809 "host %s already has a set numbered %ld"),
1818 "set name is in-use or invalid on host %s"), ip->node);
1822 "drive %s is not common with host %s"),
1859 "host name %s is too long"), ip->node);
1863 "administrator host %s deletion disallowed in one host admin mode"),
1868 "side information missing for host %s"), ip->node);
1872 "host %s is modifying set - try later or restart rpc.metad"),
1894 "administrator host %s can't be deleted, other hosts still in set\n"
1908 "%s is already a mediator host"), ip->node);
1912 "%s is not a mediator host"), ip->node);
1921 "mediator alias \"%s\" is not an alias for host "
1926 "unable to contact %s on host \"%s\""),
1931 "drive %s is not present on host %s"),
1946 "host %s can't delete self from multi-owner set\n"
1952 "host %s does not support multi-owner diskset"),
1957 "master host %s cannot withdraw from multi-owner diskset "
1976 "rpc.mdcommd on host %s is not yet drained during "
1982 "rpc.mdcommd on host %s failed suspend operation"),
1987 "rpc.mdcommd on host %s failed reinitialization operation"),
1992 "rpc.mdcommd on host %s failed resume operation"),
1997 "command terminated, host %s starting reconfig cycle"),
2003 "on host %s"), ip->node);
2007 "rpc.mdcommd on host %s failed operation"),
2025 "Invalid device id on drive %s on host %s"), ip->drive,
2136 if ((ep->host != NULL) && (*(ep->host) != '\0')) {
2137 host1 = ep->host;