Searched refs:smb_posix_grps_t (Results 1 – 4 of 4) sorted by relevance
80 (sizeof (smb_posix_grps_t) + (n - 1) * sizeof (gid_t))87 } smb_posix_grps_t; typedef100 smb_posix_grps_t *tkn_posix_grps;
61 static smb_posix_grps_t *smb_token_create_pxgrps(uid_t);175 static smb_posix_grps_t *179 smb_posix_grps_t *pgrps; in smb_token_create_pxgrps()190 pgrps = malloc(sizeof (smb_posix_grps_t)); in smb_token_create_pxgrps()199 pgrps = malloc(sizeof (smb_posix_grps_t)); in smb_token_create_pxgrps()228 pgrps = (smb_posix_grps_t *)malloc(SMB_POSIX_GRPS_SIZE(num)); in smb_token_create_pxgrps()796 smb_posix_grps_t *x_grps; in smb_token_log()
115 smb_posix_grps_xdr(XDR *xdrs, smb_posix_grps_t *objp) in smb_posix_grps_xdr()147 cnt = ((smb_posix_grps_t *)(uintptr_t)*identity)->pg_ngrps; in smb_posix_grps_helper_xdr()
379 smb_posix_grps_t *posix_grps; in smb_cred_create()