Searched defs:thishost (Results 1 - 6 of 6) 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';
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 83 char thishost[MAXHOSTNAMELEN]; variable
|
/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/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/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/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 84 milliseconds