smb_posix_grps_t
smb_posix_grps_xdr(XDR *xdrs, smb_posix_grps_t *objp)
cnt = ((smb_posix_grps_t *)(uintptr_t)*identity)->pg_ngrps;
static smb_posix_grps_t *
smb_posix_grps_t *pgrps;
pgrps = malloc(sizeof (smb_posix_grps_t));
pgrps = malloc(sizeof (smb_posix_grps_t));
pgrps = (smb_posix_grps_t *)malloc(SMB_POSIX_GRPS_SIZE(num));
static smb_posix_grps_t *smb_token_create_pxgrps(uid_t);
smb_posix_grps_t *x_grps;
smb_posix_grps_t *posix_grps;
smb_posix_grps_t *tkn_posix_grps;
(sizeof (smb_posix_grps_t) + (n - 1) * sizeof (gid_t))