Searched refs:self_check (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/librdc/common/
H A Dllib-lrdc38 int self_check(char *hostname);
H A Drdcrules.c155 if (self_check(host)) {
185 if (self_check(hostp)) {
186 if (self_check(host)) {
210 } else { /* self_check(hostp) failed */
211 if (self_check(host)) {
317 if (!self_check(fromname) && !self_check(toname)) {
330 is_primary = self_check(fromname);
473 if (self_check(rdc->phost)) {
H A Drdcpersist.c98 if (!self_check(host1)) {
104 if (!self_check(host2)) {
189 if (self_check(rdc->phost)) {
274 if (self_check(rdc->phost)) {
318 if (self_check(rdc->phost)) {
621 if (((ispbmp && self_check(rdcp->phost)) ||
622 (issbmp && self_check(rdcp->shost))) &&
H A Dlibrdc.h34 extern int self_check(char *);
H A Drdcconfig.c168 if (self_check(rdccfg->rdc_set->primary.intf)) {
203 if (self_check(rdccfg->rdc_set->primary.intf)) {
255 if (self_check(fromname) && self_check(toname)) {
H A Dnetaddrs.c146 self_check(char *hostname) function
168 fprintf(stderr, "self_check(): getnetconfigent failed\n");
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dselfcheck.c41 self_check(char *hostname) function
64 syslog(LOG_ERR, "self_check: socket: %m");
73 "self_check: unknown host: %s (try again later)\n",
77 "self_check: unknown host: %s\n", hostname);
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c68 extern int self_check(char *name);
70 #define local_host(host_name) self_check(host_name)
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c325 if (self_check(fromname) && self_check(toname)) {
405 if (!clustered && !self_check(fromname) && !self_check(toname)) {
471 if (self_check(fromname)) {
H A Dsndradm.c522 if (!self_check(fromname) && !self_check(toname)) {
534 is_primary = self_check(fromname);
977 if (self_check(buf)) {
1137 if (self_check(host)) {
1162 if (self_check(hostp)) {
1163 if (self_check(host)) {
1183 } else { /* self_check(hostp) failed */
1184 if (self_check(host)) {
1616 } else if (self_check(phos
[all...]
H A Dsndrsyncd.c903 if (self_check(buf))
1107 if (self_check(host)) {
1264 if (self_check(phost))
1451 if (self_check(buf)) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h303 extern int self_check(char *);
H A Dns_fnmount.c373 self = self_check(nfshost);
H A Dautod_parse.c1804 if (self_check(host)) {
H A Dautod_nfs.c255 if (self_check(mp->mfs_host)) {
579 if (self_check(m1->mfs_host) ||
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c94 extern int self_check(char *hostname);
125 if (self_check(monp->mon_id.mon_name) == 0) {
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c160 extern int self_check(char *);
681 if (self_check(host))
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c77 static int (*self_check)(char *); variable
4346 self_check = (int (*)(char *)) dlsym(librdc, "self_check");
4362 if (self_check(shost) && (strcmp(shadow_vol, svol) == 0)) {

Completed in 148 milliseconds