Home
last modified time | relevance | path

Searched refs:smb_idmap_getsid (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_idmap.h91 idmap_stat smb_idmap_getsid(uid_t, int, smb_sid_t **);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_sd.c325 idm_stat = smb_idmap_getsid(fs_sd->sd_uid, in smb_sd_fromfs()
338 idm_stat = smb_idmap_getsid(fs_sd->sd_gid, in smb_sd_fromfs()
H A Dsmb_idmap.c81 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) in smb_idmap_getsid() function
H A Dsmb_quota.c381 if (smb_idmap_getsid(uid, SMB_IDMAP_USER, &sid) != IDMAP_SUCCESS) in smb_quota_query_user_quota()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c383 idm_stat = smb_idmap_getsid(fs_sd->sd_uid, in smb_sd_fromfs()
396 idm_stat = smb_idmap_getsid(fs_sd->sd_gid, in smb_sd_fromfs()
H A Dsmb_idmap.c71 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) in smb_idmap_getsid() function
H A Dmapfile-vers215 smb_idmap_getsid;
H A Dsmb_sam.c520 if (smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, sid) in smb_sam_lookup_user()
H A Dsmb_pwdutil.c1056 idm_stat = smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, &sid); in smb_lucache_do_update()
H A Dsmb_lgrp.c312 if (smb_idmap_getsid(pxgrp->gr_gid, SMB_IDMAP_GROUP, &sid) in smb_lgrp_add()
2435 stat = smb_idmap_getsid(*rid, id_type, &res_sid); in smb_lgrp_getsid()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c75 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) in smb_idmap_getsid() function
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c1067 if (smb_idmap_getsid(id, idtype, &sid) != IDMAP_SUCCESS) in smb_quota_sidstr()