Home
last modified time | relevance | path

Searched refs:strsid (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/common/smbsrv/
H A Dsmb_sid.c186 smb_sid_splitstr(char *strsid, uint32_t *rid) in smb_sid_splitstr() argument
190 if ((p = strrchr(strsid, '-')) == NULL) in smb_sid_splitstr()
274 smb_sid_tostr(const smb_sid_t *sid, char *strsid) in smb_sid_tostr() argument
276 char *p = strsid; in smb_sid_tostr()
279 if (sid == NULL || strsid == NULL) in smb_sid_tostr()
/titanic_50/usr/src/lib/libidmap/common/
H A Dsidutil.c64 sid_tostr(sid_t *sid, char *strsid) in sid_tostr() argument
66 char *p = strsid; in sid_tostr()
69 if (sid == NULL || strsid == NULL) in sid_tostr()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c249 char strsid[SMB_SID_STRSZ]; in smb_idmap_batch_getid() local
256 smb_sid_tostr(sid, strsid); in smb_idmap_batch_getid()
257 if (smb_sid_splitstr(strsid, &sim->sim_rid) != 0) in smb_idmap_batch_getid()
259 sim->sim_domsid = smb_mem_strdup(strsid); in smb_idmap_batch_getid()