Searched refs:gidlen (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | auth_kern.c | 124 uint32_t gidlen, credsize, namelen, rounded_namelen; in authkern_marshal() local 155 gidlen = crgetngroups(cr); in authkern_marshal() 156 if (gidlen > NGRPS) in authkern_marshal() 157 gidlen = NGRPS; in authkern_marshal() 160 gidlen * BYTES_PER_XDR_UNIT; in authkern_marshal() 190 IXDR_PUT_U_INT32(ptr, gidlen); in authkern_marshal() 191 while (gidlen-- > 0) in authkern_marshal()
|
H A D | auth_loopb.c | 126 uint32_t gidlen, credsize, namelen, rounded_namelen; in authloopback_marshal() local 160 gidlen = crgetngroups(cr); in authloopback_marshal() 161 if (gidlen > maxgidlen) in authloopback_marshal() 165 gidlen * BYTES_PER_XDR_UNIT; in authloopback_marshal() 195 IXDR_PUT_U_INT32(ptr, gidlen); in authloopback_marshal() 196 while (gidlen-- > 0) in authloopback_marshal()
|
H A D | sec_svc.c | 186 crsetgroups(cr, ucred->gidlen, ucred->gidlist) != 0) in sec_svc_getcred()
|
/titanic_41/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 558 int gssstat, gidlen; local 580 &gidlen, crgetuid(CRED()))) != GSS_S_COMPLETE) { 586 client_data->u_cred.gidlen = (short)gidlen; 595 &gidlen, crgetuid(CRED()))) != GSS_S_COMPLETE) { 601 client_data->u_cred.gidlen = (short)gidlen; 1707 client_data->u_cred.gidlen * sizeof (gid_t));
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcsec_gss.h | 120 short gidlen; member
|
/titanic_41/usr/src/lib/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 513 client_data->u_cred.gidlen = 539 client_data->u_cred.gidlen =
|