Searched refs:crgetngroups (Results 1 – 18 of 18) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | authu_prot.c | 127 len = crgetngroups(cr); in xdr_authkern() 162 len = crgetngroups(cr); in xdr_authloopback()
|
H A D | auth_kern.c | 155 gidlen = crgetngroups(cr); in authkern_marshal()
|
H A D | auth_loopb.c | 160 gidlen = crgetngroups(cr); in authloopback_marshal()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | groups.c | 136 n = crgetngroups(cr); in getgroups()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 978 if (p->auth_clnt_ngids != crgetngroups(cr) || in nfsauth_cache_get() 1011 if (p->auth_clnt_ngids != crgetngroups(cr)) { in nfsauth_cache_get() 1015 p->auth_clnt_ngids = crgetngroups(cr); in nfsauth_cache_get() 1063 crgetngroups(cr), crgetgroups(cr), &tmpuid, &tmpgid, in nfsauth_cache_get() 1216 &access, crgetuid(cr), crgetgid(cr), crgetngroups(cr), in nfsauth_cache_get() 1358 flavor != AUTH_SYS || crgetngroups(cr) < NGRPS)) { in nfsauth_access()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | cred.h | 109 extern int crgetngroups(const cred_t *);
|
/titanic_41/usr/src/uts/common/c2/ |
H A D | audit_kernel.h | 397 crgetngroups(c))) : (void) 0)
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 456 ngids = crgetngroups(cr); in dsl_check_user_access() 530 ngids = crgetngroups(cr); in dsl_load_user_sets()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dlog.c | 165 n = MIN(NGROUPS_MAX_DEFAULT, crgetngroups(src)); in copy_cred() 672 clen = sizeof (dl_cred_t) + (((long)crgetngroups(cr)) * sizeof (gid_t)); in cachefs_dlog_setsecattr()
|
/titanic_41/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 272 extern int crgetngroups(cred_t *cr);
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 1003 crgetngroups(cred_t *cr) in crgetngroups() function
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1036 un.prcred.pr_ngroups = crgetngroups(cp); in prioctl64() 1056 MAX(crgetngroups(cp), 1) * sizeof (gid_t))) in prioctl64() 2666 un32.prcred.pr_ngroups = crgetngroups(cp); in prioctl32() 2686 MAX(crgetngroups(cp), 1) * sizeof (gid_t))) in prioctl32()
|
H A D | prvnops.c | 3034 ngroups = crgetngroups(p->p_cred); in prgetattr()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | cred.c | 873 crgetngroups(const cred_t *cr) in crgetngroups() function
|
/titanic_41/usr/src/man/man9f/ |
H A D | Makefile | 650 crgetngroups.9f \ 1414 crgetngroups.9f := LINKSRC = ddi_cred.9f
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tl.c | 5997 tlcred->tc_ngroups = crgetngroups(cr); in tl_fill_option()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 617 link path=usr/share/man/man9f/crgetngroups.9f target=ddi_cred.9f
|
/titanic_41/ |
H A D | .gitignore | 8366 usr/src/man/man9f/crgetngroups.9f
|