Home
last modified time | relevance | path

Searched refs:sim (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_idmap.c82 smb_idmap_t sim; in smb_idmap_getsid() local
86 sim.sim_stat = kidmap_getsidbyuid(global_zone, id, in smb_idmap_getsid()
87 (const char **)&sim.sim_domsid, &sim.sim_rid); in smb_idmap_getsid()
91 sim.sim_stat = kidmap_getsidbygid(global_zone, id, in smb_idmap_getsid()
92 (const char **)&sim.sim_domsid, &sim.sim_rid); in smb_idmap_getsid()
97 sim.sim_domsid = "S-1-1"; in smb_idmap_getsid()
98 sim.sim_rid = 0; in smb_idmap_getsid()
99 sim.sim_stat = IDMAP_SUCCESS; in smb_idmap_getsid()
107 if (sim.sim_stat != IDMAP_SUCCESS) in smb_idmap_getsid()
108 return (sim.sim_stat); in smb_idmap_getsid()
[all …]
H A Dsmb_acl.c299 smb_idmap_t *sim; in smb_acl_from_zfs() local
314 sim = sib.sib_maps; in smb_acl_from_zfs()
317 zace++, numaces++, sim++) { in smb_acl_from_zfs()
318 ASSERT(sim->sim_sid); in smb_acl_from_zfs()
319 if (sim->sim_sid == NULL) { in smb_acl_from_zfs()
329 ace->se_sid = smb_sid_dup(sim->sim_sid); in smb_acl_from_zfs()
359 smb_idmap_t *sim; in smb_acl_to_zfs() local
388 sim = sib.sib_maps; in smb_acl_to_zfs()
390 for (i = 0; i < acl->sl_acecnt; i++, zace++, ace++, sim++) { in smb_acl_to_zfs()
399 sim->sim_id = &zace->a_who; in smb_acl_to_zfs()
[all …]
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_idmap.c113 smb_idmap_t *sim; in smb_idmap_getid() local
120 sim = &sib.sib_maps[0]; in smb_idmap_getid()
121 sim->sim_id = id; in smb_idmap_getid()
122 stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, sid, *id_type); in smb_idmap_getid()
135 *id_type = sim->sim_idtype; in smb_idmap_getid()
221 smb_idmap_batch_getid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getid() argument
228 if (idmaph == NULL || sim == NULL || sid == NULL) in smb_idmap_batch_getid()
232 if (smb_sid_splitstr(sidstr, &sim->sim_rid) != 0) in smb_idmap_batch_getid()
234 sim->sim_domsid = sidstr; in smb_idmap_batch_getid()
235 sim->sim_idtype = idtype; in smb_idmap_batch_getid()
[all …]
/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_idmap.c110 smb_idmap_t *sim; in smb_idmap_getid() local
117 sim = &sib.sib_maps[0]; in smb_idmap_getid()
118 sim->sim_id = id; in smb_idmap_getid()
119 stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, sid, *id_type); in smb_idmap_getid()
132 *id_type = sim->sim_idtype; in smb_idmap_getid()
220 smb_idmap_batch_getid(idmap_get_handle_t *idmaph, smb_idmap_t *sim, in smb_idmap_batch_getid() argument
227 if (idmaph == NULL || sim == NULL || sid == NULL) in smb_idmap_batch_getid()
231 if (smb_sid_splitstr(sidstr, &sim->sim_rid) != 0) in smb_idmap_batch_getid()
233 sim->sim_domsid = sidstr; in smb_idmap_batch_getid()
234 sim->sim_idtype = idtype; in smb_idmap_batch_getid()
[all …]
H A Dsmb_acl.c246 smb_idmap_t *sim; in smb_acl_from_zfs() local
261 sim = sib.sib_maps; in smb_acl_from_zfs()
264 zace++, numaces++, sim++) { in smb_acl_from_zfs()
265 assert(sim->sim_sid); in smb_acl_from_zfs()
266 if (sim->sim_sid == NULL) { in smb_acl_from_zfs()
276 ace->se_sid = smb_sid_dup(sim->sim_sid); in smb_acl_from_zfs()
307 smb_idmap_t *sim; in smb_acl_to_zfs() local
334 sim = sib.sib_maps; in smb_acl_to_zfs()
336 for (i = 0; i < acl->sl_acecnt; i++, zace++, ace++, sim++) { in smb_acl_to_zfs()
345 sim->sim_id = &zace->a_who; in smb_acl_to_zfs()
[all …]
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c72 smb_idmap_t *sim; in smb_token_idmap() local
79 sim = sib->sib_maps; in smb_token_idmap()
87 sim->sim_id = &id->i_id; in smb_token_idmap()
88 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap()
96 sim->sim_id = &id->i_id; in smb_token_idmap()
97 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap()
106 sim->sim_id = &id->i_id; in smb_token_idmap()
107 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, id->i_sid, in smb_token_idmap()
114 for (i = 0; i < token->tkn_win_grps.i_cnt; i++, sim++) { in smb_token_idmap()
116 sim->sim_id = &id->i_id; in smb_token_idmap()
[all …]
/titanic_44/usr/src/grub/grub-0.97/
H A Dconfig.sub152 -sim | -cisco | -oki | -wec | -winbond)
1049 os=-sim
/titanic_44/usr/src/cmd/localedef/data/
H A Dpt_BR.UTF-8.src7259 yesstr "sim:s:SIM:S:yes:y:YES:Y"
H A Dpt_GW.UTF-8.src7259 yesstr "sim:s:SIM:S:yes:y:YES:Y"
H A Dpt_MZ.UTF-8.src7259 yesstr "sim:s:SIM:S:yes:y:YES:Y"
H A Dpt_PT.UTF-8.src7259 yesstr "sim:s:SIM:S:yes:y:YES:Y"