Searched defs:idm_stat (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c250 idmap_stat idm_stat; local
263 idm_stat = kidmap_batch_getuidbysid(idmaph, sim->sim_domsid,
268 idm_stat = kidmap_batch_getgidbysid(idmaph, sim->sim_domsid,
273 idm_stat = kidmap_batch_getpidbysid(idmaph, sim->sim_domsid,
283 return (idm_stat);
298 idmap_stat idm_stat; local
302 idm_stat = kidmap_batch_getsidbyuid(idmaph, id,
308 idm_stat = kidmap_batch_getsidbygid(idmaph, id,
318 idm_stat = IDMAP_SUCCESS;
326 idm_stat
358 idmap_stat idm_stat = IDMAP_SUCCESS; local
[all...]
H A Dsmb_sd.c200 idmap_stat idm_stat; local
227 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_uid, &idtype);
228 if (idm_stat != IDMAP_SUCCESS) {
240 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_gid, &idtype);
241 if (idm_stat != IDMAP_SUCCESS) {
289 idmap_stat idm_stat; local
298 idm_stat = smb_idmap_getsid(fs_sd->sd_uid,
301 if (idm_stat != IDMAP_SUCCESS) {
311 idm_stat = smb_idmap_getsid(fs_sd->sd_gid,
314 if (idm_stat !
[all...]
H A Dsmb_acl.c300 idmap_stat idm_stat; local
302 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt,
304 if (idm_stat != IDMAP_SUCCESS)
360 idmap_stat idm_stat; local
378 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt,
380 if (idm_stat != IDMAP_SUCCESS)
400 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim,
403 if (idm_stat != IDMAP_SUCCESS) {
414 idm_stat = smb_idmap_batch_getmappings(&sib);
415 if (idm_stat !
475 idmap_stat idm_stat; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_acl.c247 idmap_stat idm_stat; local
249 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt,
251 if (idm_stat != IDMAP_SUCCESS)
308 idmap_stat idm_stat; local
325 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt,
327 if (idm_stat != IDMAP_SUCCESS)
346 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim,
349 if (idm_stat != IDMAP_SUCCESS) {
357 idm_stat = smb_idmap_batch_getmappings(&sib);
358 if (idm_stat !
418 idmap_stat idm_stat; local
[all...]
H A Dsmb_sd.c285 idmap_stat idm_stat; local
312 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_uid, &idtype);
313 if (idm_stat != IDMAP_SUCCESS) {
325 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_gid, &idtype);
326 if (idm_stat != IDMAP_SUCCESS) {
374 idmap_stat idm_stat; local
383 idm_stat = smb_idmap_getsid(fs_sd->sd_uid,
386 if (idm_stat != IDMAP_SUCCESS) {
396 idm_stat = smb_idmap_getsid(fs_sd->sd_gid,
399 if (idm_stat !
[all...]
H A Dsmb_pwdutil.c1006 idmap_stat idm_stat; local
1049 idm_stat = smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, &sid);
1050 if (idm_stat != IDMAP_SUCCESS) {
1052 "for uid=%u (%d)", smbpw.pw_uid, idm_stat);

Completed in 78 milliseconds