Searched defs:thost (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_time.c187 char *thost, char **uaddr, char **netid)
226 if ((srv != NULL) && (thost != NULL)) {
231 srv = get_server(thost, &tsrv, teps, 32);
186 __rpc_get_time_offset(struct timeval *td, nis_server *srv, char *thost, char **uaddr, char **netid) argument
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c73 char thost[MAX_RDC_HOST_SIZE]; /* Hostname for secondary device */ member in struct:_sd_dual_pair
225 pair_list[pairs].thost, MAX_RDC_HOST_SIZE);
759 (void) strncpy(pair_list[i].thost, tohost, MAX_RDC_HOST_SIZE);
H A Dsndradm.c108 char thost[MAX_RDC_HOST_SIZE]; /* Hostname for secondary device */ member in struct:_sd_dual_pair
138 static void enable_autosync(char *fhost, char *ffile, char *thost, char *tfile);
220 char *tmptohost = pair.thost;
459 pair->ffile, pair->fbitmap, pair->thost, pair->tfile,
479 pair->thost, pair->tfile);
1259 if (strcmp(pair->thost, tmpair.thost) != 0)
1320 if (strcmp(tohost_arg, pair.thost) == 0 &&
1369 pair.fbitmap, pair.thost, pair.tfile, pair.tbitmap,
1382 pair.thost, pai
3760 enable_autosync(char *fhost, char *ffile, char *thost, char *tfile) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c321 char *tuser, *thost, *tdomain; local
468 if (split_triple(triple, &thost, &tuser, &tdomain) != 0)
470 if (thost != NULL && *thost != '\0' && nhost != 0) {
472 if (strcasecmp(thost, phost[i]) == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c542 char *host, *src, *suser, *thost, *tuser; local
554 if (thost = search_char((unsigned char *)argv[argc - 1], '@')) {
555 *thost++ = 0;
562 thost = argv[argc - 1];
565 thost = removebrackets(thost);
586 thost, targ);
593 thost, targ);
601 host = thost;
739 host = thost;
[all...]

Completed in 56 milliseconds