HomeSort by: relevance | last modified time | path
    Searched refs:hostd (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
get_args.c 106 xsnprintf(tmpbuf, sizeof(tmpbuf), "domain=%s, host=%s, hostd=%s.\n",
107 hostdomain, am_get_hostname(), hostd);
383 xstrlcat(hostd, ".", sizeof(hostd));
384 xstrlcat(hostd, hostdomain, sizeof(hostd));
amfs_nfsl.c 117 if (!STRCEQ(ho, am_get_hostname()) && !STRCEQ(ho, hostd)) {
119 "or \"%s\" using type:=nfs", ho, am_get_hostname(), hostd);
235 !STRCEQ(ho, hostd)) || lstat(cp, &stb) < 0) {
amd.c 57 char hostd[SIZEOF_HOSTD]; /* Host+domain */ variable
447 * Partially initialize hostd[]. This
459 xstrlcpy(hostd, hostname, sizeof(hostd));
ops_nfs.c 513 plog(XLOG_INFO, "Using NFS auth for FQHN \"%s\"", hostd);
514 nfs_auth = authsys_create(hostd, 0, 0, 1, &group_wheel);
520 plog(XLOG_INFO, "Using NFS auth for FQHN \"%s\"", hostd);
521 nfs_auth = authunix_create(hostd, 0, 0, 1, &group_wheel);
autil.c 139 domain_strip(*chp, hostd);
amd.h 667 extern char hostd[SIZEOF_HOSTD]; /* Host+domain */
opts.c 109 static char *opt_hostd = hostd;
137 { S("hostd"),
841 * Note: this function compares against the fully expanded host name (hostd).
929 dlog("netgrp = %s status = %d hostd = %s", arg, status, nhost);

Completed in 22 milliseconds