Searched refs:ngroup (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getnetgrent.c | 96 __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_41/usr/src/lib/libipmp/common/ |
H A D | ipmp_query.c | 487 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_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 3342 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_41/usr/src/lib/libshare/common/ |
H A D | libshare.c | 1200 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_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 641 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_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 9849 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()
|