Searched defs:idm_stat (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_acl.c | 246 idmap_stat idm_stat; local 248 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt, 250 if (idm_stat != IDMAP_SUCCESS) 307 idmap_stat idm_stat; local 326 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt, 328 if (idm_stat != IDMAP_SUCCESS) 348 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, 351 if (idm_stat != IDMAP_SUCCESS) { 359 idm_stat = smb_idmap_batch_getmappings(&sib); 360 if (idm_stat ! 420 idmap_stat idm_stat; local [all...] |
H A D | smb_sd.c | 289 idmap_stat idm_stat; local 316 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_uid, &idtype); 317 if (idm_stat != IDMAP_SUCCESS) { 329 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_gid, &idtype); 330 if (idm_stat != IDMAP_SUCCESS) { 378 idmap_stat idm_stat; local 387 idm_stat = smb_idmap_getsid(fs_sd->sd_uid, 390 if (idm_stat != IDMAP_SUCCESS) { 400 idm_stat = smb_idmap_getsid(fs_sd->sd_gid, 403 if (idm_stat ! [all...] |
H A D | smb_pwdutil.c | 948 idmap_stat idm_stat; local 988 idm_stat = smb_idmap_getsid(smbpw.pw_uid, SMB_IDMAP_USER, &sid); 989 if (idm_stat != IDMAP_SUCCESS) { 991 "for uid=%u (%d)", smbpw.pw_uid, idm_stat);
|
Completed in 22 milliseconds