Home
last modified time | relevance | path

Searched refs:thost (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndradm.c108 char thost[MAX_RDC_HOST_SIZE]; /* Hostname for secondary device */ member
138 static void enable_autosync(char *fhost, char *ffile, char *thost, char *tfile);
220 char *tmptohost = pair.thost; in rdc_print()
459 pair->ffile, pair->fbitmap, pair->thost, pair->tfile, in parse_cfg_buf()
479 pair->thost, pair->tfile); in parse_cfg_buf()
1259 if (strcmp(pair->thost, tmpair.thost) != 0) in rewrite_group_diskqueue()
1320 if (strcmp(tohost_arg, pair.thost) == 0 && in diskq_subcmd()
1369 pair.fbitmap, pair.thost, pair.tfile, pair.tbitmap, in diskq_subcmd()
1382 pair.thost, pair.tfile, pair.tbitmap, subcmd, 0, in diskq_subcmd()
1401 pair.thost, pair.tfile); in diskq_subcmd()
[all …]
H A Dsndrboot.c73 char thost[MAX_RDC_HOST_SIZE]; /* Hostname for secondary device */ member
225 pair_list[pairs].thost, MAX_RDC_HOST_SIZE); in sndrboot_lintmain()
759 (void) strncpy(pair_list[i].thost, tohost, MAX_RDC_HOST_SIZE); in read_libcfg()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c542 char *host, *src, *suser, *thost, *tuser; in toremote() local
554 if (thost = search_char((unsigned char *)argv[argc - 1], '@')) { in toremote()
555 *thost++ = 0; in toremote()
562 thost = argv[argc - 1]; in toremote()
565 thost = removebrackets(thost); in toremote()
586 thost, targ); in toremote()
593 thost, targ); in toremote()
601 host = thost; in toremote()
739 host = thost; in toremote()
766 host = thost; in toremote()
/titanic_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c321 char *tuser, *thost, *tdomain; in match_triple_entry() local
468 if (split_triple(triple, &thost, &tuser, &tdomain) != 0) in match_triple_entry()
470 if (thost != NULL && *thost != '\0' && nhost != 0) { in match_triple_entry()
472 if (strcasecmp(thost, phost[i]) == 0) in match_triple_entry()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dauth_time.c187 char *thost, char **uaddr, char **netid) in __rpc_get_time_offset() argument
226 if ((srv != NULL) && (thost != NULL)) { in __rpc_get_time_offset()
231 srv = get_server(thost, &tsrv, teps, 32); in __rpc_get_time_offset()
/titanic_41/usr/src/cmd/ssh/scp/
H A Dscp.c441 char *bp, *host, *src, *suser, *thost, *tuser, *arg; local
452 if ((thost = strchr(arg, '@'))) {
454 *thost++ = 0;
461 thost = arg;
504 thost, targ);
512 host = cleanhostname(thost);