/titanic_41/usr/src/lib/libidmap/common/ |
H A D | idmap_priv.h | 71 extern idmap_stat idmap_udt_create(idmap_udt_handle_t **); 74 extern idmap_stat idmap_udt_commit(idmap_udt_handle_t *); 77 extern idmap_stat idmap_udt_get_error_index(idmap_udt_handle_t *, int64_t *); 80 extern idmap_stat idmap_udt_get_error_rule(idmap_udt_handle_t *, char **, 84 extern idmap_stat idmap_udt_get_conflict_rule(idmap_udt_handle_t *, char **, 91 extern idmap_stat idmap_udt_add_namerule(idmap_udt_handle_t *, const char *, 95 extern idmap_stat idmap_udt_rm_namerule(idmap_udt_handle_t *, boolean_t, 99 extern idmap_stat idmap_udt_flush_namerules(idmap_udt_handle_t *); 102 extern idmap_stat idmap_flush(idmap_flush_op); 109 extern idmap_stat idmap_iter_mappings(idmap_iter_t **, int flag); [all …]
|
H A D | idmap.h | 53 typedef int32_t idmap_stat; typedef 72 extern const char *idmap_stat2string(idmap_stat); 90 extern idmap_stat idmap_get_create(idmap_get_handle_t **); 93 extern idmap_stat idmap_get_uidbysid(idmap_get_handle_t *, char *, 94 idmap_rid_t, int, uid_t *, idmap_stat *); 97 extern idmap_stat idmap_get_gidbysid(idmap_get_handle_t *, char *, 98 idmap_rid_t, int, gid_t *, idmap_stat *); 101 extern idmap_stat idmap_get_pidbysid(idmap_get_handle_t *, char *, 102 idmap_rid_t, int, uid_t *, int *, idmap_stat *); 105 extern idmap_stat idmap_get_sidbyuid(idmap_get_handle_t *, uid_t, int, [all …]
|
H A D | idmap_cache.h | 50 idmap_stat 54 idmap_stat 58 idmap_stat 62 idmap_stat 66 idmap_stat 70 idmap_stat 73 idmap_stat 76 idmap_stat 80 idmap_stat
|
H A D | idmap_api.c | 50 static int idmap_stat2errno(idmap_stat); 51 static idmap_stat idmap_strdupnull(char **, const char *); 93 static idmap_stat 96 idmap_stat retcode; in idmap_get_prop() 110 idmap_stat 114 idmap_stat rc = IDMAP_SUCCESS; in idmap_get_prop_ds() 135 idmap_stat 139 idmap_stat rc = IDMAP_SUCCESS; in idmap_get_prop_str() 155 idmap_stat 184 idmap_stat [all …]
|
H A D | utils.c | 56 static idmap_stat _idmap_clnt_connect(void); 116 idmap_stat 121 idmap_stat rc; in _iter_get_next_list() 154 idmap_stat 218 idmap_stat 228 idmap_stat rc; in _idmap_clnt_call() 289 idmap_stat
|
H A D | idmap_impl.h | 50 idmap_stat commit_stat; 69 idmap_stat *stat; 105 extern idmap_stat _idmap_clnt_call(const rpcproc_t, 112 extern idmap_stat _iter_get_next_list(int, idmap_iter_t *, void *,
|
H A D | idmap_cache.c | 476 idmap_stat 507 idmap_stat 539 idmap_stat 576 idmap_stat 608 idmap_stat 641 idmap_stat 686 idmap_stat 731 idmap_stat 761 idmap_stat
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | kidmap.h | 56 typedef int32_t idmap_stat; typedef 83 idmap_stat 87 idmap_stat 91 idmap_stat 95 idmap_stat 99 idmap_stat 119 idmap_stat 122 uid_t *uid, idmap_stat *stat); 124 idmap_stat 127 gid_t *gid, idmap_stat *stat); [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kidmap.h | 50 typedef int32_t idmap_stat; typedef 70 idmap_stat 74 idmap_stat 78 idmap_stat 82 idmap_stat 86 idmap_stat 106 idmap_stat 109 uid_t *uid, idmap_stat *stat); 111 idmap_stat 114 gid_t *gid, idmap_stat *stat); [all …]
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_idmap.h | 75 idmap_stat sim_stat; 86 idmap_stat smb_idmap_getsid(uid_t, int, smb_sid_t **); 87 idmap_stat smb_idmap_getid(smb_sid_t *, uid_t *, int *); 90 idmap_stat smb_idmap_batch_create(smb_idmap_batch_t *, uint16_t, int); 91 idmap_stat smb_idmap_batch_getmappings(smb_idmap_batch_t *); 92 idmap_stat smb_idmap_batch_getid(idmap_get_handle_t *, smb_idmap_t *, 94 idmap_stat smb_idmap_batch_getsid(idmap_get_handle_t *, smb_idmap_t *,
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_idmap.c | 56 smb_idmap_check(const char *s, idmap_stat stat) in smb_idmap_check() 72 idmap_stat 76 idmap_stat stat; in smb_idmap_getsid() 109 idmap_stat 114 idmap_stat stat; in smb_idmap_getid() 146 idmap_stat 149 idmap_stat stat; in smb_idmap_batch_create() 220 idmap_stat 225 idmap_stat stat; in smb_idmap_batch_getid() 277 idmap_stat [all …]
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_idmap.c | 53 smb_idmap_check(const char *s, idmap_stat stat) in smb_idmap_check() 69 idmap_stat 73 idmap_stat stat; in smb_idmap_getsid() 106 idmap_stat 111 idmap_stat stat; in smb_idmap_getid() 143 idmap_stat 146 idmap_stat stat; in smb_idmap_batch_create() 219 idmap_stat 224 idmap_stat stat; in smb_idmap_batch_getid() 276 idmap_stat [all …]
|
H A D | smb_acl.c | 51 static idmap_stat smb_fsacl_getsids(smb_idmap_batch_t *, acl_t *); 247 idmap_stat idm_stat; in smb_acl_from_zfs() 308 idmap_stat idm_stat; in smb_acl_to_zfs() 414 static idmap_stat 418 idmap_stat idm_stat; in smb_fsacl_getsids()
|
/titanic_41/usr/src/cmd/idmap/idmap/ |
H A D | namemaps.h | 43 extern idmap_stat idmap_set_namemap(idmap_nm_handle_t *, char *, char *, 47 extern idmap_stat idmap_unset_namemap(idmap_nm_handle_t *, char *, char *, 50 extern idmap_stat idmap_get_namemap(idmap_nm_handle_t *p, int *, char **, 55 extern idmap_stat idmap_init_namemaps(idmap_nm_handle_t **,
|
H A D | namemaps.c | 77 idmap_stat 138 idmap_stat 141 idmap_stat rc; in strings2cred() 187 idmap_stat 193 idmap_stat rc = IDMAP_SUCCESS; in idmap_open_ad_conn() 231 idmap_stat 243 idmap_stat 246 idmap_stat rc = IDMAP_SUCCESS; in idmap_init_ad() 353 idmap_stat 358 idmap_stat rc; in idmap_init_namemaps() [all …]
|
H A D | idmap.c | 478 idmap_stat stat; in init_udt_batch() 513 idmap_stat stat, stat1; in fini_udt_command() 624 idmap_stat stat; in init_nm_command() 1542 idmap_stat stat; in do_dump() 2093 idmap_stat stat; in flush_nm() 2120 idmap_stat stat; in do_import() 2225 idmap_stat stat; in list_name_mappings() 2571 idmap_stat stat; in do_add_name_mapping() 2648 idmap_stat stat; in do_remove_name_mapping() 2757 idmap_stat stat; in do_flush() [all …]
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_idmap.c | 79 idmap_stat 131 idmap_stat 174 idmap_stat 245 idmap_stat 250 idmap_stat idm_stat; in smb_idmap_batch_getid() 294 idmap_stat 298 idmap_stat idm_stat; in smb_idmap_batch_getsid() 355 idmap_stat 358 idmap_stat idm_stat = IDMAP_SUCCESS; in smb_idmap_batch_getmappings()
|
H A D | smb_acl.c | 93 static idmap_stat smb_fsacl_getsids(smb_idmap_batch_t *, acl_t *); 300 idmap_stat idm_stat; in smb_acl_from_zfs() 360 idmap_stat idm_stat; in smb_acl_to_zfs() 471 static idmap_stat 475 idmap_stat idm_stat; in smb_fsacl_getsids()
|
H A D | smb_sd.c | 203 idmap_stat idm_stat; in smb_sd_tofs() 292 idmap_stat idm_stat; in smb_sd_fromfs()
|
/titanic_41/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 73 idmap_stat *stat; 424 idmap_stat 434 idmap_stat status; in kidmap_getuidbysid() 501 idmap_stat 511 idmap_stat status; in kidmap_getgidbysid() 578 idmap_stat 588 idmap_stat status; in kidmap_getpidbysid() 666 idmap_stat 675 idmap_stat status; in kidmap_getsidbyuid() 750 idmap_stat [all …]
|
/titanic_41/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 181 idmap_stat gstat; in _nss_ad_passwd2str() 304 idmap_stat idmaprc; in getbyname() 399 idmap_stat idmaprc; in getbyuid()
|
H A D | getspent.c | 79 idmap_stat idmaprc; in getbynam()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 68 static idmap_stat 71 idmap_stat stat; in smb_token_idmap() 137 idmap_stat stat; in smb_token_sids2ids() 609 idmap_stat stat; in smb_token_setup_local() 911 idmap_stat stat; in smb_guest_account()
|
/titanic_41/usr/src/lib/pysolaris/common/ |
H A D | misc.c | 68 idmap_stat stat; in py_sid_to_name()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_server.c | 99 idmap_stat rc; in nfsmapid_str_uid() 204 idmap_stat rc; in nfsmapid_uid_str() 348 idmap_stat rc; in nfsmapid_str_gid() 446 idmap_stat rc; in nfsmapid_gid_str()
|