Searched refs:smb_idmap_getsid (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_idmap.h86 idmap_stat smb_idmap_getsid(uid_t, int, smb_sid_t **);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c383 idm_stat = smb_idmap_getsid(fs_sd->sd_uid,
396 idm_stat = smb_idmap_getsid(fs_sd->sd_gid,
H A Dsmb_idmap.c64 * smb_idmap_getsid
70 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) function
H A Dsmb_sam.c515 if (smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, sid)
H A Dsmb_lgrp.c308 if (smb_idmap_getsid(pxgrp->gr_gid, SMB_IDMAP_GROUP, &sid)
2424 stat = smb_idmap_getsid(*rid, id_type, &res_sid);
H A Dsmb_pwdutil.c1049 idm_stat = smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, &sid);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sd.c298 idm_stat = smb_idmap_getsid(fs_sd->sd_uid,
311 idm_stat = smb_idmap_getsid(fs_sd->sd_gid,
H A Dsmb_idmap.c74 * smb_idmap_getsid
80 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) function
H A Dsmb_quota.c381 if (smb_idmap_getsid(uid, SMB_IDMAP_USER, &sid) != IDMAP_SUCCESS)
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c67 * 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 Dsmb_quota.c1067 if (smb_idmap_getsid(id, idtype, &sid) != IDMAP_SUCCESS)

Completed in 100 milliseconds