Home
last modified time | relevance | path

Searched refs:t_type (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c71 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptrptr_to_struct()
81 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name || in fix_ptrptr_to_struct()
82 ml->ml_type->t_tdesc->t_type != POINTER || in fix_ptrptr_to_struct()
87 if (act->t_type != STRUCT || !streq(act->t_name, acts[i])) in fix_ptrptr_to_struct()
90 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF) in fix_ptrptr_to_struct()
95 p2->t_type = POINTER; in fix_ptrptr_to_struct()
100 p1->t_type = POINTER; in fix_ptrptr_to_struct()
121 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF) in fix_ptr_to_struct()
125 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT) in fix_ptr_to_struct()
132 if (ml->ml_type->t_type != POINTER || in fix_ptr_to_struct()
[all …]
H A Dst_parse.c156 tdp->t_type = TYPEDEF_UNRES; in unres_new()
178 ntdp->t_type = TYPEDEF; in read_tid()
306 assert(tdp->t_type != TYPEDEF); in parse_type()
312 ntdp->t_type = TYPEDEF; in parse_type()
318 assert(tdp->t_type == FORWARD || in parse_type()
319 tdp->t_type == INTRINSIC); in parse_type()
324 ntdp->t_type = TYPEDEF; in parse_type()
332 ntdp->t_type = TYPEDEF; in parse_type()
369 tdp->t_type = TYPEDEF; in parse_sou()
563 otdp->t_type, TYPEFILE(otdp->t_id), TYPENUM(otdp->t_id)); in tagadd()
[all …]
H A Ddwarf.c181 switch (tdp->t_type) { in tdesc_size()
210 tdp->t_id, tdp->t_type); in tdesc_size()
219 switch (tdp->t_type) { in tdesc_bitsize()
250 tdp->t_id, tdp->t_type); in tdesc_bitsize()
259 switch (tdp->t_type) { in tdesc_basetype()
595 tdp->t_type = INTRINSIC; in tdesc_intr_common()
651 new->t_type = INTRINSIC; in tdesc_intr_clone()
686 dimtdp->t_type = ARRAY; in tdesc_array_create()
746 if (arrtdp->t_type == 0) { in die_array_create()
771 dimtdp->t_type == ARRAY; in die_array_create()
[all …]
H A Dmerge.c343 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv()
345 return (defn->t_type == STRUCT || defn->t_type == UNION || in fwd_equiv()
346 defn->t_type == ENUM); in fwd_equiv()
376 if (ctdp->t_type != mtdp->t_type) { in equiv_node()
377 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD) in equiv_node()
387 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL) in equiv_node()
456 if (ed.ed_tgt->t_type == FORWARD && ctdp->t_type != FORWARD) { in map_td_tree_post()
726 new->t_type = old->t_type; in conjure_template()
997 oldtdp->t_type, tdesc_name(oldtdp), oldtdp->t_id, in add_tdesc()
1000 if ((newtdp = tdesc_ops[oldtdp->t_type].conjure(oldtdp, newid, in add_tdesc()
H A Dctf.c330 switch (tp->t_type) { in write_type()
395 if (tp->t_type == STRUCT) in write_type()
540 warning("Can't write unknown type %d\n", tp->t_type); in write_type()
1079 tdp->t_type = INTRINSIC; in resurrect_types()
1106 tdp->t_type = INTRINSIC; in resurrect_types()
1122 tdp->t_type = POINTER; in resurrect_types()
1127 tdp->t_type = ARRAY; in resurrect_types()
1142 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION); in resurrect_types()
1181 tdp->t_type = ENUM; in resurrect_types()
1198 tdp->t_type = FORWARD; in resurrect_types()
[all …]
H A Dtraverse.c164 if ((travcb = tdtd->firstops[this->t_type]) != NULL) { in tdtraverse()
175 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) { in tdtraverse()
183 if ((descender = tddescenders[this->t_type]) != NULL && in tdtraverse()
187 if ((travcb = tdtd->postops[this->t_type]) != NULL && in tdtraverse()
H A Dtdata.c69 switch (tdp->t_type) { in tdesc_layouthash()
107 tdp->t_type, tdp->t_id); in tdesc_layouthash()
264 if (free_cbs[tdp->t_type]) in tdesc_free_cb()
265 free_cbs[tdp->t_type](tdp); in tdesc_free_cb()
H A Dstabs.c92 if (!new || (new->t_type != STRUCT && new->t_type != UNION)) in resolve_fwd_node()
H A Dctftools.h233 stabtype_t t_type; member
/netbsd-src/sys/net/npf/
H A Dnpf_tableset.c106 int t_type; member
266 if (t->t_type != ot->t_type) { in npf_tableset_reload()
302 nvlist_add_number(table, "type", t->t_type); in npf_tableset_export()
414 t->t_type = type; in npf_table_create()
430 switch (t->t_type) { in npf_table_destroy()
556 switch (t->t_type) { in npf_table_insert()
627 switch (t->t_type) { in npf_table_remove()
683 switch (t->t_type) { in npf_table_lookup()
732 KASSERT(t->t_type == NPF_TABLE_IFADDR); in npf_table_getsome()
809 switch (t->t_type) { in npf_table_list()
[all …]
/netbsd-src/bin/mt/
H A Dmt.c239 short t_type; /* type of magtape device */ member
253 { .t_type = 0 }
266 if (mt->t_type == 0) { in status()
271 if (mt->t_type == bp->mt_type) in status()
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dcheck-format-test-positives.c96 t_type t; /*@ local variable declaration indent again off by -1 */
/netbsd-src/sys/netinet/
H A Dsctputil.c1083 sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_timer_start() argument
1095 switch (t_type) { in sctp_timer_start()
1360 t_type); in sctp_timer_start()
1370 t_type, to_ticks, tmr); in sctp_timer_start()
1383 if (t_type == SCTP_TIMER_TYPE_SEND) { in sctp_timer_start()
1386 tmr->type = t_type; in sctp_timer_start()
1395 sctp_timer_stop(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_timer_stop() argument
1404 switch (t_type) { in sctp_timer_stop()
1507 t_type); in sctp_timer_stop()
1515 if ((tmr->type != t_type) && tmr->type) { in sctp_timer_stop()
[all …]
/netbsd-src/usr.bin/ftp/
H A Dcmds.c132 int t_type; member
265 curtype = type = p->t_type; in set_type()
287 if (newtype == p->t_type) in changetype()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1781 tree t_type = TREE_TYPE (t_expr); in add_switch() local
1796 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); in add_switch()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2163 tree t_type = TREE_TYPE (t_expr); in add_switch() local
2178 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body); in add_switch()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c1128 uint16_t t_type; in parse_symbols() local
1141 t_type = bfd_getl16 (t->data + sizeof (uint16_t)); in parse_symbols()
1143 switch (t_type) in parse_symbols()