Home
last modified time | relevance | path

Searched refs:aup_gid (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/rexd/
H A Drpc.rexd.c394 &(unix_cred->aup_gid),
860 (gid_t)ucred->aup_gid,
1178 ucred->aup_gid,
1186 if (setgid(ucred->aup_gid) == -1) {
1201 ucred->aup_gid,
1211 ucred->aup_gid,
1228 ucred->aup_uid, ucred->aup_gid, errno);
/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_unix.h53 u_int aup_gid; member
/titanic_41/usr/src/uts/common/rpc/
H A Dauth_sys.h76 gid_t aup_gid; member
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dauthsys_prot.c59 xdr_gid_t(xdrs, (gid_t *)&(p->aup_gid)) && in xdr_authsys_parms()
H A Dsvc_auth_loopb.c88 aup->aup_gid = IXDR_GET_INT32(buf); in __svcauth_loopback()
H A Dsvc_auth_sys.c100 aup->aup_gid = IXDR_GET_INT32(buf); in __svcauth_sys()
H A Dauth_sys.c123 aup.aup_gid = gid; in authsys_create()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c120 aup.aup_gid = gid; in authunix_create()
298 xdr_int(xdrs, (int *)&(p->aup_gid)) && in xdr_authunix_parms()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c107 aup->aup_gid = IXDR_GET_INT32(buf); in _svcauth_unix()
H A Dauthu_prot.c62 xdr_int(xdrs, (int *)&(p->aup_gid)) && in xdr_authunix_parms()
H A Dsec_svc.c164 if (crsetugid(cr, aup->aup_uid, aup->aup_gid) != 0) in sec_svc_getcred()
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1046 au->aup_gid, au->aup_len, au->aup_gids); in rpcbproc_callit_com()