Searched refs:ctb_type (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | dec_2000_300.c | 143 switch (ctb->ctb_type) { in dec_2000_300_cons_init() 191 printf("ctb->ctb_type = 0x%lx\n", ctb->ctb_type); in dec_2000_300_cons_init() 196 ctb->ctb_type); in dec_2000_300_cons_init()
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | rpb.h | 369 uint64_t ctb_type; /* 0: CTB type */ member 414 uint64_t ctb_type; /* 0: CTB type */ member
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 1196 return (ctf_enum_value(ctb->ctb_file, ctb->ctb_type, in enumcmp() 1205 return (ctf_add_enumerator(ctb->ctb_file, ctb->ctb_type, in enumadd() 1216 return (ctf_member_info(ctb->ctb_file, ctb->ctb_type, in membcmp() 1367 src.ctb_type = src_type; in ctf_add_type() 1371 dst.ctb_type = dst_type; in ctf_add_type() 1481 dst.ctb_type = dst_type; in ctf_add_type() 1528 if ((dst.ctb_type = dst_type) == CTF_ERR || in ctf_add_type()
|
H A D | ctf_impl.h | 164 ctf_id_t ctb_type; /* CTF type identifier */ member
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-labels.c | 90 linfo.ctb_type = ctlp->ctl_type; in ctf_label_iter()
|
H A D | ctf-create.c | 1421 ctf_id_t ctb_type; /* CTF type identifier. */ member 1431 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0) in enumcmp() 1452 return (ctf_add_enumerator (ctb->ctb_dict, ctb->ctb_type, in enumadd() 1468 if (ctf_member_info (ctb->ctb_dict, ctb->ctb_type, name, &ctm) < 0) in membcmp() 1756 src.ctb_type = src_type; in ctf_add_type_internal() 1760 dst.ctb_type = dst_type; in ctf_add_type_internal() 1964 if ((dst.ctb_type = dst_type) == CTF_ERR in ctf_add_type_internal()
|
H A D | ctf-dump.c | 417 if ((typestr = ctf_dump_format_type (state->cds_fp, info->ctb_type, in ctf_dump_label()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-labels.c | 90 linfo.ctb_type = ctlp->ctl_type; in ctf_label_iter()
|
H A D | ctf-create.c | 1391 ctf_id_t ctb_type; /* CTF type identifier. */ member 1401 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0) in enumcmp() 1422 return (ctf_add_enumerator (ctb->ctb_dict, ctb->ctb_type, in enumadd() 1438 if (ctf_member_info (ctb->ctb_dict, ctb->ctb_type, name, &ctm) < 0) in membcmp() 1726 src.ctb_type = src_type; in ctf_add_type_internal() 1730 dst.ctb_type = dst_type; in ctf_add_type_internal() 1934 if ((dst.ctb_type = dst_type) == CTF_ERR in ctf_add_type_internal()
|
H A D | ctf-dump.c | 417 if ((typestr = ctf_dump_format_type (state->cds_fp, info->ctb_type, in ctf_dump_label()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 165 ctf_id_t ctb_type; /* Last type associated with the label. */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 165 ctf_id_t ctb_type; /* Last type associated with the label. */ member
|