Home
last modified time | relevance | path

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

/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/fs.d/nfs/lib/
H A Dselfcheck.c41 self_check(char *hostname) in self_check() function
/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); in process_ref()
H A Dautod_parse.c1802 if (self_check(host)) { in do_mapent_hosts()
H A Dautod_nfs.c250 if (self_check(mp->mfs_host)) { in mount_nfs()
574 if (self_check(m1->mfs_host) || in enum_servers()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c94 extern int self_check(char *hostname);
129 if (self_check(monp->mon_id.mon_name) == 0) { in sm_mon_svc()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c160 extern int self_check(char *);
681 if (self_check(host)) in mount_nfs()