Searched refs:thishost (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dinitparse.c11 char thishost[MAXHOSTNAMELEN]; variable
16 gethostname(thishost, sizeof(thishost));
17 thishost[sizeof(thishost) - 1] = '\0';
H A Dgethost.c28 if (!strcmp(name, "<thishost>"))
29 name = thishost;
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Detrn.pl86 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 Dumountall.sh283 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 Dnis_attr.c87 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 Ddscfglockd.c120 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 Dipf.h178 extern char thishost[];
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c83 char thishost[MAXHOSTNAMELEN]; variable
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c1221 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 Dasppp2pppd833 ($thishost) = gethostbyname(hostname);
834 if ($ypmaster eq $thishost) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c1520 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 120 milliseconds