Lines Matching refs:sid
81 smb_idmap_getsid(uid_t id, int idtype, smb_sid_t **sid) in smb_idmap_getsid() argument
126 *sid = smb_sid_splice(sim.sim_sid, sim.sim_rid); in smb_idmap_getsid()
128 if (*sid == NULL) in smb_idmap_getsid()
141 smb_idmap_getid(smb_sid_t *sid, uid_t *id, int *idtype) in smb_idmap_getid() argument
146 smb_sid_tostr(sid, sidstr); in smb_idmap_getid()
260 smb_sid_t *sid, int idtype) in smb_idmap_batch_getid() argument
267 ASSERT(sid != NULL); in smb_idmap_batch_getid()
269 smb_sid_tostr(sid, strsid); in smb_idmap_batch_getid()
414 smb_sid_t *sid; in smb_idmap_batch_binsid() local
428 if ((sid = smb_sid_fromstr(sim->sim_domsid)) == NULL) in smb_idmap_batch_binsid()
431 sim->sim_sid = smb_sid_splice(sid, sim->sim_rid); in smb_idmap_batch_binsid()
432 smb_sid_free(sid); in smb_idmap_batch_binsid()