Home
last modified time | relevance | path

Searched refs:aup_gids (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/net/
H A Dauthunix.c36 authunix_create(machname, uid, gid, len, aup_gids) in authunix_create() argument
41 gid_t *aup_gids;
43 return(authsys_create(machname, uid, gid, len, aup_gids));
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c82 authunix_create(char *machname, uid_t uid, gid_t gid, int len, gid_t *aup_gids) in authunix_create() argument
122 aup.aup_gids = (gid_t *)aup_gids; in authunix_create()
215 aup.aup_gids = (gid_t *)0; in authunix_refresh()
299 xdr_array(xdrs, (caddr_t *)&(p->aup_gids), in xdr_authunix_parms()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_auth_loopb.c69 aup->aup_gids = area->area_gids; in __svcauth_loopback()
101 aup->aup_gids[i] = (gid_t)IXDR_GET_INT32(buf); in __svcauth_loopback()
H A Dsvc_auth_sys.c83 aup->aup_gids = area->area_gids; in __svcauth_sys()
106 aup->aup_gids[i] = (gid_t)IXDR_GET_INT32(buf); in __svcauth_sys()
H A Dauth_sys.c86 const int len, const gid_t *aup_gids) in authsys_create() argument
125 aup.aup_gids = (gid_t *)aup_gids; in authsys_create()
298 aup.aup_gids = NULL; in authsys_refresh()
H A Dauthsys_prot.c60 xdr_array(xdrs, (caddr_t *)&(p->aup_gids), in xdr_authsys_parms()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c90 aup->aup_gids = area->area_gids; in _svcauth_unix()
113 aup->aup_gids[i] = IXDR_GET_INT32(buf); in _svcauth_unix()
H A Dauthu_prot.c63 xdr_array(xdrs, (caddr_t *)&(p->aup_gids), in xdr_authunix_parms()
H A Dsec_svc.c166 if (crsetgroups(cr, aup->aup_len, aup->aup_gids) != 0) in sec_svc_getcred()
/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_unix.h55 u_int *aup_gids; member
/titanic_41/usr/src/uts/common/rpc/
H A Dauth_sys.h78 gid_t *aup_gids; member
/titanic_41/usr/src/cmd/rexd/
H A Drpc.rexd.c386 unix_cred->aup_gids = (gid_t *)stuff;
396 unix_cred->aup_gids) == FALSE)
1191 if (setgroups(ucred->aup_len, (gid_t *)ucred->aup_gids) == -1) {
/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()
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl492 const gid_t *aup_gids);