Searched refs:clnames (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | netgroup.c | 102 netgroup_check(struct nd_hostservlist *clnames, char *glist, int grc) in netgroup_check() argument 106 int nhosts = clnames->h_cnt; in netgroup_check() 154 host0 = clnames->h_hostservs[0].h_host; in netgroup_check() 163 host = clnames->h_hostservs[j].h_host; in netgroup_check()
|
H A D | mountd.c | 1085 cln->clnames = NULL; in cln_init_common() 1109 if (cln->clnames != NULL) in cln_fini() 1110 netdir_free(cln->clnames, ND_HOSTSERVLIST); in cln_fini() 1139 &cln->clnames, cln->nbuf); in cln_getclientsnames() 1144 return (cln->clnames); in cln_getclientsnames() 1160 return (cln->clnames->h_hostservs[0].h_host); in cln_gethost() 1805 struct nd_hostservlist *clnames = NULL; in in_access_list() local 1874 if ((clnames = cln_getclientsnames(cln)) == NULL) in in_access_list() 1878 for (i = 0; i < clnames->h_cnt; i++) { in in_access_list() 1879 char *host = clnames->h_hostservs[i].h_host; in in_access_list() [all …]
|
H A D | mountd.h | 80 struct nd_hostservlist *clnames; member
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_util.c | 371 struct nd_hostservlist *clnames; in smb_chk_hostaccess() local 412 clres = __netdir_getbyaddr_nosrv(config, &clnames, &buf); in smb_chk_hostaccess() 491 for (i = 0; i < clnames->h_cnt; i++) { in smb_chk_hostaccess() 492 host = clnames->h_hostservs[i].h_host; in smb_chk_hostaccess() 528 return (smb_netgroup_match(clnames, access_list, nentries)); in smb_chk_hostaccess() 552 smb_netgroup_match(struct nd_hostservlist *clnames, char *glist, int grc) in smb_netgroup_match() argument 556 int nhosts = clnames->h_cnt; in smb_netgroup_match() 612 host = clnames->h_hostservs[j].h_host; in smb_netgroup_match()
|
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 691 struct nd_hostservlist *clnames; local 695 clnames = getclientsnames(transp); 696 if (clnames == NULL) 698 name = clnames->h_hostservs->h_host;
|