Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_token.h81 (sizeof (smb_posix_grps_t) + (n - 1) * sizeof (gid_t))
89 } smb_posix_grps_t; typedef
106 smb_posix_grps_t *tkn_posix_grps;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c63 static smb_posix_grps_t *smb_token_create_pxgrps(uid_t);
203 static smb_posix_grps_t *
207 smb_posix_grps_t *pgrps; in smb_token_create_pxgrps()
218 pgrps = malloc(sizeof (smb_posix_grps_t)); in smb_token_create_pxgrps()
227 pgrps = malloc(sizeof (smb_posix_grps_t)); in smb_token_create_pxgrps()
256 pgrps = (smb_posix_grps_t *)malloc(SMB_POSIX_GRPS_SIZE(num)); in smb_token_create_pxgrps()
893 smb_posix_grps_t *x_grps; in smb_token_log()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_token_xdr.c117 smb_posix_grps_xdr(XDR *xdrs, smb_posix_grps_t *objp) in smb_posix_grps_xdr()
149 cnt = ((smb_posix_grps_t *)(uintptr_t)*identity)->pg_ngrps; in smb_posix_grps_helper_xdr()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cred.c66 smb_posix_grps_t *posix_grps; in smb_cred_create()