Home
last modified time | relevance | path

Searched refs:smb_posix_grps_t (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_token.h80 (sizeof (smb_posix_grps_t) + (n - 1) * sizeof (gid_t))
87 } smb_posix_grps_t; typedef
100 smb_posix_grps_t *tkn_posix_grps;
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c61 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()
/titanic_44/usr/src/common/smbsrv/
H A Dsmb_token_xdr.c115 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()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c379 smb_posix_grps_t *posix_grps; in smb_cred_create()