/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | fixup_tdescs.c | 66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptrptr_to_struct() 76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name || in fix_ptrptr_to_struct() 77 ml->ml_type->t_tdesc->t_type != POINTER || in fix_ptrptr_to_struct() 82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i])) in fix_ptrptr_to_struct() 85 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF) in fix_ptrptr_to_struct() 90 p2->t_type = POINTER; in fix_ptrptr_to_struct() 95 p1->t_type = POINTER; in fix_ptrptr_to_struct() 116 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF) in fix_ptr_to_struct() 120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptr_to_struct() 127 if (ml->ml_type->t_type != POINTER || in fix_ptr_to_struct() [all …]
|
H A D | st_parse.c | 153 tdp->t_type = TYPEDEF_UNRES; in unres_new() 175 ntdp->t_type = TYPEDEF; in read_tid() 303 assert(tdp->t_type != TYPEDEF); in parse_type() 309 ntdp->t_type = TYPEDEF; in parse_type() 315 assert(tdp->t_type == FORWARD || in parse_type() 316 tdp->t_type == INTRINSIC); in parse_type() 321 ntdp->t_type = TYPEDEF; in parse_type() 329 ntdp->t_type = TYPEDEF; in parse_type() 366 tdp->t_type = TYPEDEF; in parse_sou() 560 otdp->t_type, TYPEFILE(otdp->t_id), TYPENUM(otdp->t_id)); in tagadd() [all …]
|
H A D | traverse.c | 158 if ((travcb = tdtd->firstops[this->t_type]) != NULL) { in tdtraverse() 169 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) { in tdtraverse() 177 if ((descender = tddescenders[this->t_type]) != NULL && in tdtraverse() 181 if ((travcb = tdtd->postops[this->t_type]) != NULL && in tdtraverse()
|
H A D | ctf.c | 270 switch (tp->t_type) { in write_type() 324 if (tp->t_type == STRUCT) in write_type() 439 warning("Can't write unknown type %d\n", tp->t_type); in write_type() 962 tdp->t_type = INTRINSIC; in resurrect_types() 989 tdp->t_type = INTRINSIC; in resurrect_types() 1005 tdp->t_type = POINTER; in resurrect_types() 1010 tdp->t_type = ARRAY; in resurrect_types() 1025 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION); in resurrect_types() 1066 tdp->t_type = ENUM; in resurrect_types() 1083 tdp->t_type = FORWARD; in resurrect_types() [all …]
|
H A D | merge.c | 349 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv() 351 return (defn->t_type == STRUCT || defn->t_type == UNION); in fwd_equiv() 381 if (ctdp->t_type != mtdp->t_type) { in equiv_node() 382 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD) in equiv_node() 392 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL) in equiv_node() 460 if (ed.ed_tgt->t_type == FORWARD && ctdp->t_type != FORWARD) { in map_td_tree_post() 722 new->t_type = old->t_type; in conjure_template() 991 oldtdp->t_type, tdesc_name(oldtdp), oldtdp->t_id, newid); in add_tdesc() 993 if ((newtdp = tdesc_ops[oldtdp->t_type].conjure(oldtdp, newid, in add_tdesc()
|
H A D | dwarf.c | 182 switch (tdp->t_type) { in tdesc_size() 207 tdp->t_id, tdp->t_type); in tdesc_size() 216 switch (tdp->t_type) { in tdesc_bitsize() 243 tdp->t_id, tdp->t_type); in tdesc_bitsize() 252 switch (tdp->t_type) { in tdesc_basetype() 614 tdp->t_type = INTRINSIC; in tdesc_intr_common() 670 new->t_type = INTRINSIC; in tdesc_intr_clone() 705 dimtdp->t_type = ARRAY; in tdesc_array_create() 771 dimtdp->t_type == ARRAY; in die_array_create() 846 tdp->t_type = ENUM; in die_enum_create() [all …]
|
H A D | tdata.c | 64 switch (tdp->t_type) { in tdesc_layouthash() 102 tdp->t_type, tdp->t_id); in tdesc_layouthash() 254 if (free_cbs[tdp->t_type]) in tdesc_free_cb() 255 free_cbs[tdp->t_type](tdp); in tdesc_free_cb()
|
H A D | stabs.c | 88 if (!new || (new->t_type != STRUCT && new->t_type != UNION)) in resolve_fwd_node()
|
H A D | ctftools.h | 227 stabtype_t t_type; member
|
/titanic_44/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | transport.c | 64 if (transports[trans->t_type]) { in rdsv3_trans_register() 67 trans->t_type); in rdsv3_trans_register() 71 transports[trans->t_type] = trans; in rdsv3_trans_register() 90 transports[trans->t_type] = NULL; in rdsv3_trans_unregister()
|
H A D | ib.c | 421 .t_type = RDS_TRANS_IB
|
/titanic_44/usr/src/cmd/sgs/crle/common/ |
H A D | hash.c | 46 tbl->t_type = type; in make_hash() 60 if (tbl->t_type == HASH_STR) in get_hash() 70 if (tbl->t_type == HASH_STR) { in get_hash()
|
H A D | _crle.h | 96 Hash_type t_type; /* HASH_INT or HASH_STR */ member
|
/titanic_44/usr/src/uts/i86xpv/vm/ |
H A D | seg_mf.c | 88 segmf_map_type_t t_type; member 135 data->map[i].t_type = SEGMF_MAP_EMPTY; in segmf_create() 234 ASSERT(map->t_type == SEGMF_MAP_MFN); in segmf_faultpage() 560 data->map[base + i].t_type = SEGMF_MAP_MFN; in segmf_add_mfns() 570 data->map[base + i].t_type = SEGMF_MAP_EMPTY; in segmf_add_mfns() 621 map[i].t_type = SEGMF_MAP_GREF; in segmf_add_grefs() 633 data->map[i].t_type = SEGMF_MAP_EMPTY; in segmf_add_grefs() 670 ASSERT(map[i].t_type != SEGMF_MAP_MFN); in segmf_release_grefs() 671 if ((map[i].t_type == SEGMF_MAP_GREF) && in segmf_release_grefs() 678 map[i].t_type = SEGMF_MAP_EMPTY; in segmf_release_grefs() [all …]
|
/titanic_44/usr/src/cmd/praudit/ |
H A D | toktable.h | 41 short t_type; /* token or tag type */ member
|
H A D | toktable.c | 48 tokentable[(int)(i)].t_type = (t); 55 tokentable[(int)(i)].t_type = (t);
|
H A D | format.c | 153 if (context->pending_flag && (tag->t_type != T_ATTRIBUTE)) { in open_tag() 171 switch (tag->t_type) { in open_tag() 256 switch (tag->t_type) { in close_tag()
|
/titanic_44/usr/src/cmd/saf/ |
H A D | pmadm.c | 91 char t_type[PMTYPESIZE + 1]; /* PM type */ member 997 tp->t_tag, tp->t_type, pp->p_tag, 1006 (void) printf("%-14s %-14s %-14s %-4s %-8s %s #%s\n", tp->t_tag, tp->t_type, pp->p_tag, 1323 (void) strcpy(temp->t_type, sp->sc_type);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mtio.h | 286 short t_type; /* type of magtape device */ member
|
/titanic_44/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3.h | 356 unsigned int t_type; member
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds.c | 202 int t_type; member 255 type = p->t_type; in settype()
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 3649 if ((tp->t_type == type) && in idn_timer_get() 3691 ASSERT(tp->t_type != 0); in idn_timer_start() 3699 tp->t_cookie = (tp->t_type & 0xf) | in idn_timer_start() 3712 otp = idn_timer_get(tq, tp->t_type, tcookie); in idn_timer_start() 3734 INUM2STR(tp->t_type, str); in idn_timer_start() 3799 type = tp->t_type; in idn_timer_stopall()
|
H A D | idn_proto.c | 8398 ASSERT(tp->t_type == IDNP_CMD); in idn_terminate_cmd() 9212 INUM2STR(tp->t_type, str); in idn_timer_expired() 9250 switch (tp->t_type) { in idn_timer_expired()
|
/titanic_44/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 1393 ushort_t t_type; member 1445 _tp->t_type = (ushort_t)(typ); \
|