Searched refs:thishost (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | initparse.c | 11 char thishost[MAXHOSTNAMELEN]; variable 16 gethostname(thishost, sizeof(thishost)); 17 thishost[sizeof(thishost) - 1] = '\0';
|
H A D | gethost.c | 28 if (!strcmp(name, "<thishost>")) 29 name = thishost;
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 86 my $thishost = shift(@cws); 87 push(@hosts, $thishost) 88 unless $thishost =~ "$hostname|localhost"; 98 my $thishost = $ARG; 99 chop($thishost); 100 push(@hosts, $thishost) 101 unless $thishost =~ $hostname;
|
/illumos-gate/usr/src/cmd/initpkg/ |
H A D | umountall.sh | 283 thishost='-' 285 thishost=`print_nfs_host $dev` 288 thishost=`print_smbfs_host $dev` 290 if [ "$HOST" != "$thishost" ]; then
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | nis_attr.c | 87 char thishost[MAXHOSTNAMELEN]; local 88 if (gethostname(thishost, sizeof (thishost)) == -1) { 93 if (strcmp(nisbuf->master, thishost) != 0)
|
/illumos-gate/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 120 daemonaddr_t thishost; variable 1159 socklen_t len = sizeof (thishost); 1315 thishost.sin_family = AF_INET; 1316 thishost.sin_addr.s_addr = INADDR_ANY; 1317 thishost.sin_port = htons(lock_port); 1318 rc = bind(lock_soc, (struct sockaddr *)&thishost, sizeof (thishost)); 1324 if (getsockname(lock_soc, (struct sockaddr *)&thishost, &len) < 0)
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 178 extern char thishost[];
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 83 char thishost[MAXHOSTNAMELEN]; variable
|
/illumos-gate/usr/src/cmd/lvm/util/ |
H A D | metaset.c | 1221 char *thishost = mynode(); local 1312 if (sdssc_delete_hosts(sname, 1, &thishost) == SDSSC_ERROR) { 1324 if (sdssc_add_hosts(sname, 1, &thishost) ==
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | asppp2pppd | 833 ($thishost) = gethostbyname(hostname); 834 if ($ypmaster eq $thishost) {
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_set.c | 1520 char *thishost = mynode(); local 1707 if (clnt_delhosts(nd->nd_nodename, sp, 1, &thishost, 1726 if (strcmp(thishost, sd->sd_nodes[i]) != 0) { 1731 &thishost, ep) == -1) {
|
Completed in 100 milliseconds