Searched refs:smb_idmap_getsid (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_idmap.h | 86 idmap_stat smb_idmap_getsid(uid_t, int, smb_sid_t **);
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sd.c | 383 idm_stat = smb_idmap_getsid(fs_sd->sd_uid, 396 idm_stat = smb_idmap_getsid(fs_sd->sd_gid,
|
H A D | smb_idmap.c | 64 * smb_idmap_getsid 70 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) function
|
H A D | smb_sam.c | 515 if (smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, sid)
|
H A D | smb_lgrp.c | 308 if (smb_idmap_getsid(pxgrp->gr_gid, SMB_IDMAP_GROUP, &sid) 2424 stat = smb_idmap_getsid(*rid, id_type, &res_sid);
|
H A D | smb_pwdutil.c | 1049 idm_stat = smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, &sid);
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_sd.c | 298 idm_stat = smb_idmap_getsid(fs_sd->sd_uid, 311 idm_stat = smb_idmap_getsid(fs_sd->sd_gid,
|
H A D | smb_idmap.c | 74 * smb_idmap_getsid 80 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) function
|
H A D | smb_quota.c | 381 if (smb_idmap_getsid(uid, SMB_IDMAP_USER, &sid) != IDMAP_SUCCESS)
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_idmap.c | 67 * smb_idmap_getsid 73 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) function
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_quota.c | 1067 if (smb_idmap_getsid(id, idtype, &sid) != IDMAP_SUCCESS)
|
Completed in 76 milliseconds