Searched refs:smb_idmap_check (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_idmap.c | 58 smb_idmap_check(const char *s, idmap_stat stat) in smb_idmap_check() function 161 smb_idmap_check("idmap_get_create", stat); in smb_idmap_batch_create() 254 smb_idmap_check("idmap_get_uidbysid", stat); in smb_idmap_batch_getid() 260 smb_idmap_check("idmap_get_gidbysid", stat); in smb_idmap_batch_getid() 267 smb_idmap_check("idmap_get_pidbysid", stat); in smb_idmap_batch_getid() 304 smb_idmap_check("idmap_get_sidbyuid", stat); in smb_idmap_batch_getsid() 310 smb_idmap_check("idmap_get_sidbygid", stat); in smb_idmap_batch_getsid() 362 smb_idmap_check("idmap_get_mappings", stat); in smb_idmap_batch_getmappings()
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_idmap.c | 54 smb_idmap_check(const char *s, idmap_stat stat) in smb_idmap_check() function 158 smb_idmap_check("idmap_get_create", stat); in smb_idmap_batch_create() 252 smb_idmap_check("idmap_get_uidbysid", stat); in smb_idmap_batch_getid() 258 smb_idmap_check("idmap_get_gidbysid", stat); in smb_idmap_batch_getid() 265 smb_idmap_check("idmap_get_pidbysid", stat); in smb_idmap_batch_getid() 302 smb_idmap_check("idmap_get_sidbyuid", stat); in smb_idmap_batch_getsid() 308 smb_idmap_check("idmap_get_sidbygid", stat); in smb_idmap_batch_getsid() 359 smb_idmap_check("idmap_get_mappings", stat); in smb_idmap_batch_getmappings()
|
H A D | mapfile-vers | 213 smb_idmap_check;
|
H A D | libsmb.h | 291 void smb_idmap_check(const char *, idmap_stat);
|