Home
last modified time | relevance | path

Searched refs:ngroup (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetnetgrent.c96 __multi_innetgr(ngroup, pgroup, in __multi_innetgr() argument
100 nss_innetgr_argc ngroup, nhost, nuser, ndomain; in __multi_innetgr()
105 if (ngroup == 0) {
109 ia.groups.argc = ngroup;
/titanic_44/usr/src/lib/libipmp/common/
H A Dipmp_query.c487 ipmp_grouplist_create(uint64_t sig, unsigned int ngroup, in ipmp_grouplist_create() argument
493 grlistp = malloc(IPMP_GROUPLIST_SIZE(ngroup)); in ipmp_grouplist_create()
498 grlistp->gl_ngroup = ngroup; in ipmp_grouplist_create()
499 for (i = 0; i < ngroup; i++) in ipmp_grouplist_create()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c3342 unsigned int i, ngroup; in getgrouplist() local
3348 for (ngroup = 0, pg = phyint_groups; pg != NULL; pg = pg->pg_next) in getgrouplist()
3349 ngroup++; in getgrouplist()
3351 groups = alloca(ngroup * sizeof (*groups)); in getgrouplist()
3353 assert(i < ngroup); in getgrouplist()
3356 assert(i == ngroup); in getgrouplist()
3358 *grlistpp = ipmp_grouplist_create(phyint_grouplistsig, ngroup, groups); in getgrouplist()
/titanic_44/usr/src/lib/libshare/common/
H A Dlibshare.c1200 xmlNodePtr ngroup = NULL; in sa_get_next_group() local
1202 for (ngroup = ((xmlNodePtr)group)->next; ngroup != NULL; in sa_get_next_group()
1203 ngroup = ngroup->next) { in sa_get_next_group()
1204 if (xmlStrcmp(ngroup->name, (xmlChar *)"group") == 0) in sa_get_next_group()
1208 return ((sa_group_t)ngroup); in sa_get_next_group()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c641 int ngroup = 0; in ufs_acl_access() local
685 ngroup++; in ufs_acl_access()
698 ngroup++; in ufs_acl_access()
703 if (ngroup != 0) in ufs_acl_access()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c9849 int ngroup = 0; in cachefs_acl_access() local
9957 ++ngroup; in cachefs_acl_access()
9970 ++ngroup; in cachefs_acl_access()
9976 if (ngroup == 0) { in cachefs_acl_access()
9988 ASSERT(ngroup > 0); in cachefs_acl_access()