/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_idmap.c | 47 static int smb_idmap_batch_binsid(smb_idmap_batch_t *sib); 72 smb_idmap_batch_t sib; in smb_idmap_getsid() local 75 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_ID2SID); in smb_idmap_getsid() 79 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid() 83 smb_idmap_batch_destroy(&sib); in smb_idmap_getsid() 87 stat = smb_idmap_batch_getmappings(&sib); in smb_idmap_getsid() 90 smb_idmap_batch_destroy(&sib); in smb_idmap_getsid() 94 *sid = smb_sid_dup(sib.sib_maps[0].sim_sid); in smb_idmap_getsid() 96 smb_idmap_batch_destroy(&sib); in smb_idmap_getsid() 109 smb_idmap_batch_t sib; in smb_idmap_getid() local [all …]
|
H A D | smb_acl.c | 245 smb_idmap_batch_t sib; in smb_acl_from_zfs() local 249 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt, in smb_acl_from_zfs() 254 if (smb_fsacl_getsids(&sib, zacl) != IDMAP_SUCCESS) { in smb_acl_from_zfs() 255 smb_idmap_batch_destroy(&sib); in smb_acl_from_zfs() 261 sim = sib.sib_maps; in smb_acl_from_zfs() 282 smb_idmap_batch_destroy(&sib); in smb_acl_from_zfs() 306 smb_idmap_batch_t sib; in smb_acl_to_zfs() local 325 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt, in smb_acl_to_zfs() 334 sim = sib.sib_maps; in smb_acl_to_zfs() 346 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, in smb_acl_to_zfs() [all …]
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_idmap.c | 50 static int smb_idmap_batch_binsid(smb_idmap_batch_t *sib); 75 smb_idmap_batch_t sib; in smb_idmap_getsid() local 78 stat = smb_idmap_batch_create(&sib, 1, SMB_IDMAP_ID2SID); in smb_idmap_getsid() 82 stat = smb_idmap_batch_getsid(sib.sib_idmaph, &sib.sib_maps[0], in smb_idmap_getsid() 86 smb_idmap_batch_destroy(&sib); in smb_idmap_getsid() 90 stat = smb_idmap_batch_getmappings(&sib); in smb_idmap_getsid() 93 smb_idmap_batch_destroy(&sib); in smb_idmap_getsid() 97 *sid = smb_sid_dup(sib.sib_maps[0].sim_sid); in smb_idmap_getsid() 99 smb_idmap_batch_destroy(&sib); in smb_idmap_getsid() 112 smb_idmap_batch_t sib; in smb_idmap_getid() local [all …]
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_idmap.c | 71 static int smb_idmap_batch_binsid(smb_idmap_batch_t *sib); 175 smb_idmap_batch_create(smb_idmap_batch_t *sib, uint16_t nmap, int flags) in smb_idmap_batch_create() argument 177 ASSERT(sib); in smb_idmap_batch_create() 179 bzero(sib, sizeof (smb_idmap_batch_t)); in smb_idmap_batch_create() 181 sib->sib_idmaph = kidmap_get_create(global_zone); in smb_idmap_batch_create() 183 sib->sib_flags = flags; in smb_idmap_batch_create() 184 sib->sib_nmap = nmap; in smb_idmap_batch_create() 185 sib->sib_size = nmap * sizeof (smb_idmap_t); in smb_idmap_batch_create() 186 sib->sib_maps = kmem_zalloc(sib->sib_size, KM_SLEEP); in smb_idmap_batch_create() 199 smb_idmap_batch_destroy(smb_idmap_batch_t *sib) in smb_idmap_batch_destroy() argument [all …]
|
H A D | smb_acl.c | 298 smb_idmap_batch_t sib; in smb_acl_from_zfs() local 302 idm_stat = smb_idmap_batch_create(&sib, zacl->acl_cnt, in smb_acl_from_zfs() 307 if (smb_fsacl_getsids(&sib, zacl) != IDMAP_SUCCESS) { in smb_acl_from_zfs() 308 smb_idmap_batch_destroy(&sib); in smb_acl_from_zfs() 314 sim = sib.sib_maps; in smb_acl_from_zfs() 335 smb_idmap_batch_destroy(&sib); in smb_acl_from_zfs() 358 smb_idmap_batch_t sib; in smb_acl_to_zfs() local 378 idm_stat = smb_idmap_batch_create(&sib, acl->sl_acecnt, in smb_acl_to_zfs() 388 sim = sib.sib_maps; in smb_acl_to_zfs() 400 idm_stat = smb_idmap_batch_getid(sib.sib_idmaph, sim, in smb_acl_to_zfs() [all …]
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_bay.c | 209 di_node_t sib = DI_NODE_NIL; in pi_bay_find_nodes() local 219 sib = di_child_node(*nodep); in pi_bay_find_nodes() 220 while (sib != DI_NODE_NIL) { in pi_bay_find_nodes() 222 if (phy == pi_get_phynum(mod, sib)) { in pi_bay_find_nodes() 223 while ((minor = di_minor_next(sib, minor)) != in pi_bay_find_nodes() 234 gsib = di_child_node(sib); in pi_bay_find_nodes() 238 while ((minor = di_minor_next(sib, in pi_bay_find_nodes() 246 sib = gsib; in pi_bay_find_nodes() 254 sib = di_sibling_node(sib); in pi_bay_find_nodes() 257 if (sib == DI_NODE_NIL) { in pi_bay_find_nodes() [all …]
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 69 smb_token_idmap(smb_token_t *token, smb_idmap_batch_t *sib) in smb_token_idmap() argument 76 if (!token || !sib) in smb_token_idmap() 79 sim = sib->sib_maps; in smb_token_idmap() 88 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap() 97 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, in smb_token_idmap() 107 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim++, id->i_sid, in smb_token_idmap() 117 stat = smb_idmap_batch_getid(sib->sib_idmaph, sim, in smb_token_idmap() 139 smb_idmap_batch_t sib; in smb_token_sids2ids() local 150 stat = smb_idmap_batch_create(&sib, nmaps, SMB_IDMAP_SID2ID); in smb_token_sids2ids() 154 stat = smb_token_idmap(token, &sib); in smb_token_sids2ids() [all …]
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/niu/ |
H A D | niu.c | 301 di_node_t sib; in niufn_instantiate() local 312 sib = di_child_node(pnode); in niufn_instantiate() 313 while (sib != DI_NODE_NIL) { in niufn_instantiate() 314 if (niufn_instance_get(mod, sib, &inst) != 0) { in niufn_instantiate() 317 sib = di_sibling_node(sib); in niufn_instantiate() 320 if ((ntn = niufn_declare(parent, NIUFN, inst, sib, mod)) in niufn_instantiate() 328 ntn, XAUI, XAUI, inst, inst, sib) != 0) { in niufn_instantiate() 331 sib = di_sibling_node(sib); in niufn_instantiate()
|
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_bay.c | 193 di_node_t devtree, dnode, sib; in bay_update_tnode() local 213 sib = di_child_node(dnode); in bay_update_tnode() 214 while (sib != DI_NODE_NIL) { in bay_update_tnode() 215 if (phy == x86pi_phy(mod, sib)) in bay_update_tnode() 217 sib = di_sibling_node(sib); in bay_update_tnode() 244 rv = bay_pgroups(mod, tnodep, &dnode, &sib, minor_name); in bay_update_tnode()
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 558 for (; dnp = get_node(hdp, nidx); nidx = dnp->sib) { in read_nodes() 572 assert(strcmp(path, "/") != 0 || dnp->sib == DB_NIL); in read_nodes() 603 for (; dmp = get_minor(hdp, nidx); nidx = dmp->sib) { in read_minors() 645 for (; dlp = get_link(hdp, nidx); nidx = dlp->sib) { in read_links() 807 for (; cnp != NULL; cnp = cnp->sib) { in write_nodes() 840 dnp->sib = pdnp->child; in write_nodes() 876 for (; cmnp != NULL; cmnp = cmnp->sib) { in write_minors() 897 dmp->sib = pdnp->minor; in write_minors() 931 for (; clp != NULL; clp = clp->sib) { in write_links() 962 dlp->sib = pdmp->link; in write_links() [all …]
|
H A D | devinfo_devlink.h | 62 uint32_t sib; /* next link for same minor */ member 68 uint32_t sib; /* next minor for same node */ member 74 uint32_t sib; /* node's sibling */ member 104 struct cache_link *sib; /* next link for same minor */ member 112 struct cache_minor *sib; /* next minor for same node */ member 119 struct cache_node *sib; /* node's sibling */ member
|
/titanic_50/usr/src/lib/libast/common/path/ |
H A D | pathaccess.c | 40 int sib = a && a[0] == '.' && a[1] == '.' && a[2] == 0; in pathaccess() local 48 if ((!sib || *path == '/') && pathexists(path, mode)) in pathaccess()
|
/titanic_50/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 326 spppstr_t *sib; in sppp_close() local 360 sib = ppa->ppa_streams; in sppp_close() 361 while (sib != NULL) { in sppp_close() 362 ASSERT(ppa == sib->sps_ppa); in sppp_close() 363 sib->sps_npmode = NPMODE_DROP; in sppp_close() 364 sib->sps_flags &= ~(SPS_PIOATTACH | SPS_CACHED); in sppp_close() 371 if ((mp = sib->sps_hangup) != NULL) { in sppp_close() 372 sib->sps_hangup = NULL; in sppp_close() 382 putnext(sib->sps_rq, mp); in sppp_close() 384 qenable(WR(sib->sps_rq)); in sppp_close() [all …]
|
/titanic_50/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 75 #define FASTTRAP_SIB_SCALE(sib) (((sib) >> 6) & 0x3) argument 76 #define FASTTRAP_SIB_INDEX(sib) (((sib) >> 3) & 0x7) argument 77 #define FASTTRAP_SIB_BASE(sib) ((sib) & 0x7) argument 391 uint8_t sib = instr[start + 2]; in fasttrap_tracepoint_init() local 392 uint_t index = FASTTRAP_SIB_INDEX(sib); in fasttrap_tracepoint_init() 393 uint_t base = FASTTRAP_SIB_BASE(sib); in fasttrap_tracepoint_init() 395 tp->ftt_scale = FASTTRAP_SIB_SCALE(sib); in fasttrap_tracepoint_init()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 572 di_node_t sib; in pci_children_instantiate() local 584 sib = di_child_node(pn); in pci_children_instantiate() 585 while (sib != DI_NODE_NIL) { in pci_children_instantiate() 586 np = did_create(mod, sib, board, bridge, rc, bover); in pci_children_instantiate() 595 sib = di_sibling_node(sib); in pci_children_instantiate()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1235 Dwarf_Die sib, tdie; in ctf_dwarf_fixup_sou() local 1297 if ((ret = ctf_dwarf_sib(cup, memb, &sib)) != 0) in ctf_dwarf_fixup_sou() 1299 memb = sib; in ctf_dwarf_fixup_sou() 1396 Dwarf_Die sib; in ctf_dwarf_create_array_range() local 1403 if ((ret = ctf_dwarf_sib(cup, range, &sib)) != 0) in ctf_dwarf_create_array_range() 1405 if (sib != NULL) { in ctf_dwarf_create_array_range() 1407 if ((ret = ctf_dwarf_create_array_range(cup, sib, &id, in ctf_dwarf_create_array_range() 1813 Dwarf_Die child, sib, arg; in ctf_dwarf_function_count() local 1854 if ((ret = ctf_dwarf_sib(cup, arg, &sib)) != 0) in ctf_dwarf_function_count() 1856 arg = sib; in ctf_dwarf_function_count() [all …]
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 52 for (y = x->sib; y; y = y->sib) in detrie()
|
H A D | reglib.h | 480 struct Trie_node_s* sib; member
|
H A D | regcomp.c | 172 triedrop(disc, e->sib); in triedrop() 1934 if (!t->sib && !(t->sib = trienode(env, *s))) in insert() 1936 t = t->sib; in insert() 2947 } while (x = x->sib); in bmtrie()
|
/titanic_50/usr/src/lib/libdll/common/ |
H A D | dllscan.c | 27 char* sib[3]; \ 102 info.sibling = info.sib; in dllinfo()
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 1076 xmlNodePtr sib; in create_shadow() local 1121 for (sib = node->children; sib != NULL; sib = sib->next) { in create_shadow() 1122 if ((ret = create_shadow(sib)) != PO_SUCCESS) in create_shadow()
|
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sse.c | 68 int i, dbl, simd, rex, modrm, sib, r; in __fex_parse_sse() local 261 sib = ip[i++]; in __fex_parse_sse() 262 if ((sib & 7) == 5 && (modrm >> 6) == 0) { in __fex_parse_sse() 268 r = ((rex & 1) << 3) | (sib & 7); in __fex_parse_sse() 271 r = ((rex & 2) << 2) | ((sib >> 3) & 7); in __fex_parse_sse() 275 << (sib >> 6); in __fex_parse_sse()
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 2588 uintptr_t cld, sib; in proc_walk_step() local 2599 sib = (uintptr_t)pr.p_sibling; in proc_walk_step() 2603 goto sib; in proc_walk_step() 2615 goto sib; in proc_walk_step() 2628 sib: in proc_walk_step() 2636 if (sib != NULL && mdb_vread(&pr, sizeof (proc_t), sib) == -1) { in proc_walk_step() 2638 addr, sib); in proc_walk_step() 2639 sib = NULL; in proc_walk_step() 2642 if ((wsp->walk_addr = sib) == NULL) { in proc_walk_step()
|
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4/ |
H A D | fire.esc | 161 event error.io.fire.fabric-sib@hostbridge/pciexrc; 610 prop error.io.fire.fabric-sib@hostbridge/pciexrc (0) -> 615 prop error.io.fire.fabric-sib@hostbridge/pciexrc (0) -> 621 error.io.fire.fabric-sib@hostbridge/pciexrc { 626 error.io.fire.fabric-sib@hostbridge/pciexrc {
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 284 Dwarf_Die sib; in die_sibling() local 287 if ((rc = dwarf_siblingof(dw->dw_dw, die, &sib, &dw->dw_err)) == in die_sibling() 289 return (sib); in die_sibling()
|