Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c644 int i_grouplen; in authdes_getucred() local
676 (gid_t *)&i_gid, &i_grouplen, (gid_t *)groups)) { in authdes_getucred()
686 *grouplen = cred->grouplen = i_grouplen; in authdes_getucred()
687 for (i = i_grouplen - 1; i >= 0; i--) { in authdes_getucred()