Home
last modified time | relevance | path

Searched refs:i_grouplen (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c434 int i_grouplen; in kauthdes_getucred() local
454 &i_grouplen, &cred->groups[0]) != RPC_SUCCESS) { in kauthdes_getucred()
471 i_grouplen = 0; in kauthdes_getucred()
476 cred->grouplen = (short)i_grouplen; in kauthdes_getucred()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c643 int i_grouplen; in authdes_getucred() local
675 (gid_t *)&i_gid, &i_grouplen, (gid_t *)groups)) { in authdes_getucred()
685 *grouplen = cred->grouplen = i_grouplen; in authdes_getucred()
686 for (i = i_grouplen - 1; i >= 0; i--) { in authdes_getucred()