Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/avs/rdc/
H A Dsndrboot.c80 char lhost[MAX_RDC_HOST_SIZE]; /* Logical hostname for cluster */ member
133 char lhost[MAX_RDC_HOST_SIZE]; in sndrboot_lintmain() local
234 (void) strncpy(lhost, in sndrboot_lintmain()
235 pair_list[pairs].lhost, MAX_RDC_HOST_SIZE); in sndrboot_lintmain()
241 diskqueue, doasync, lhost, setid) in sndrboot_lintmain()
257 lhost, setid) in rdc_operation() argument
264 char *lhost;
451 (void) fprintf(stderr, "logical hostname: %s\n", lhost);
454 if (strcmp(lhost, fromname) == 0) {
468 if ((flag == RDC_CMD_RESUME) && lhost && strlen(lhost))
[all …]
/titanic_50/usr/src/lib/libbc/libc/net/
H A Drcmd.c347 _checkhost(char *rhost, char *lhost, int len) in _checkhost() argument
361 return(!strcmp(rhost, lhost)); in _checkhost()
362 if (strncmp(rhost, lhost, len)) in _checkhost()
364 if (!strcmp(rhost, lhost)) in _checkhost()
366 if (*(lhost + len) != '\0') in _checkhost()
/titanic_50/usr/src/lib/libast/common/uwin/
H A Drcmd.c471 _checkhost(const char *rhost, const char *lhost, int len) in _checkhost() argument
479 return(!strcmp(rhost, lhost)); in _checkhost()
480 if (strncmp(rhost, lhost, len)) in _checkhost()
482 if (!strcmp(rhost, lhost)) in _checkhost()
484 if (*(lhost + len) != '\0') in _checkhost()
/titanic_50/usr/src/lib/libsocket/inet/
H A Drcmd.c81 static int _checkhost(char *rhost, char *lhost, int len);
771 _checkhost(char *rhost, char *lhost, int len) in _checkhost() argument
785 return (strcmp(rhost, lhost) == 0); in _checkhost()
786 if (strncmp(rhost, lhost, len)) in _checkhost()
788 if (strcmp(rhost, lhost) == 0) in _checkhost()
790 if (*(lhost + len) != '\0') in _checkhost()
/titanic_50/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c545 char lhost[16]; in dual_stats() local
548 (void) gethostname(lhost, 16); in dual_stats()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c793 char *host, *src, *suser, *lhost; in tolocal() local
829 lhost = host; in tolocal()
976 host = lhost; in tolocal()