Home
last modified time | relevance | path

Searched refs:self_check (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/lib/librdc/common/
H A Drdcrules.c155 if (self_check(host)) { in bitmap_in_use()
185 if (self_check(hostp)) { in bitmap_in_use()
186 if (self_check(host)) { in bitmap_in_use()
211 if (self_check(host)) { in bitmap_in_use()
317 if (!self_check(fromname) && !self_check(toname)) { in ctag_check()
330 is_primary = self_check(fromname); in ctag_check()
473 if (self_check(rdc->phost)) { in can_enable()
H A Drdcpersist.c98 if (!self_check(host1)) { in load_rdc_vols()
104 if (!self_check(host2)) { in load_rdc_vols()
189 if (self_check(rdc->phost)) { in sv_enable_nocfg()
274 if (self_check(rdc->phost)) { in do_autosv_enable()
318 if (self_check(rdc->phost)) { in do_autosv_disable()
621 if (((ispbmp && self_check(rdcp->phost)) || in replace_cfgfield()
622 (issbmp && self_check(rdcp->shost))) && in replace_cfgfield()
H A Dlibrdc.h34 extern int self_check(char *);
H A Dllib-lrdc38 int self_check(char *hostname);
H A Dmapfile-vers56 self_check;
H A Drdcconfig.c168 if (self_check(rdccfg->rdc_set->primary.intf)) { in rdc_config()
203 if (self_check(rdccfg->rdc_set->primary.intf)) { in rdc_mtconfig()
255 if (self_check(fromname) && self_check(toname)) { in populate_addrs()
H A Dnetaddrs.c146 self_check(char *hostname) in self_check() function
/titanic_41/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)) { in ctag_check()
534 is_primary = self_check(fromname); in ctag_check()
977 if (self_check(buf)) { in rdc_ii_config()
1137 if (self_check(host)) { in check_rdcbitmap()
1162 if (self_check(hostp)) { in check_rdcbitmap()
1163 if (self_check(host)) { in check_rdcbitmap()
1184 if (self_check(host)) { in check_rdcbitmap()
1616 } else if (self_check(phost)) { in rdc_force_disable()
1618 } else if (self_check(shost)) { in rdc_force_disable()
2628 if (!self_check(fromhost) && !self_check(tohost)) {
[all …]
H A Dsndrsyncd.c903 if (self_check(buf)) in sync_start()
1107 if (self_check(host)) { in isnewhost()
1264 if (self_check(phost)) in group_complete()
1451 if (self_check(buf)) { in group_start()
/titanic_41/usr/src/cmd/keyserv/
H A Dnewkey.c68 extern int self_check(char *name);
70 #define local_host(host_name) self_check(host_name)
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dselfcheck.c41 self_check(char *hostname) in self_check() function
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautomount.h303 extern int self_check(char *);
H A Dns_fnmount.c373 self = self_check(nfshost); in process_ref()
H A Dautod_parse.c1838 if (self_check(host)) {
H A Dautod_nfs.c258 if (self_check(mp->mfs_host)) { in mount_nfs()
583 if (self_check(m1->mfs_host) || in enum_servers()
/titanic_41/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) { in sm_mon_svc()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c160 extern int self_check(char *);
681 if (self_check(host)) in mount_nfs()
/titanic_41/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)) {