Lines Matching refs:host

55 	if (ep->host != NULL)
56 Free(ep->host);
147 char *name /* optional name or host */
150 /* get host name */
151 if (ep->host != NULL) {
152 Free(ep->host);
153 ep->host = NULL;
157 ep->host = Strdup(name);
160 ep->host = Strdup(mynode());
337 char *host,
349 metacookerror(ep, host);
360 char *host,
370 metacookerror(ep, host);
771 dgettext(TEXT_DOMAIN, "reserved by another host"));
806 "only the nodename of a host is required for deletes"));
1770 "host %s is specified more than once"), ip->node);
1778 "nodename of host %s creating the set must be included"),
1783 "host %s already has set"), ip->node);
1787 "host %s does not have set"), ip->node);
1800 "host %s is not the owner"), ip->node);
1804 "host %s is already in the set"), ip->node);
1808 "host %s is not in the set"), ip->node);
1812 "host %s already has a set numbered %ld"),
1821 "set name is in-use or invalid on host %s"), ip->node);
1825 "drive %s is not common with host %s"),
1862 "host name %s is too long"), ip->node);
1866 "administrator host %s deletion disallowed in one host admin mode"),
1871 "side information missing for host %s"), ip->node);
1875 "host %s is modifying set - try later or restart rpc.metad"),
1897 "administrator host %s can't be deleted, other hosts still in set\n"
1911 "%s is already a mediator host"), ip->node);
1915 "%s is not a mediator host"), ip->node);
1924 "mediator alias \"%s\" is not an alias for host "
1929 "unable to contact %s on host \"%s\""),
1934 "drive %s is not present on host %s"),
1949 "host %s can't delete self from multi-owner set\n"
1955 "host %s does not support multi-owner diskset"),
1960 "master host %s cannot withdraw from multi-owner diskset "
1979 "rpc.mdcommd on host %s is not yet drained during "
1985 "rpc.mdcommd on host %s failed suspend operation"),
1990 "rpc.mdcommd on host %s failed reinitialization operation"),
1995 "rpc.mdcommd on host %s failed resume operation"),
2000 "command terminated, host %s starting reconfig cycle"),
2006 "on host %s"), ip->node);
2010 "rpc.mdcommd on host %s failed operation"),
2028 "Invalid device id on drive %s on host %s"), ip->drive,
2139 if ((ep->host != NULL) && (*(ep->host) != '\0')) {
2140 host1 = ep->host;