Home
last modified time | relevance | path

Searched refs:ctdp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c341 fwd_equiv(tdesc_t *ctdp, tdesc_t *mtdp) in fwd_equiv() argument
343 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv()
350 equiv_node(tdesc_t *ctdp, tdesc_t *mtdp, equiv_data_t *ed) in equiv_node() argument
355 if (ctdp->t_emark > ed->ed_clear_mark && in equiv_node()
357 return (ctdp->t_emark == mtdp->t_emark); in equiv_node()
369 if ((mapping = get_mapping(ed->ed_ta, ctdp->t_id)) > 0 && in equiv_node()
373 if (!streq(ctdp->t_name, mtdp->t_name)) in equiv_node()
376 if (ctdp->t_type != mtdp->t_type) { in equiv_node()
377 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD) in equiv_node()
378 return (fwd_equiv(ctdp, mtdp)); in equiv_node()
[all …]
H A Dtdata.c427 build_hashes(tdesc_t *ctdp, tdesc_t **ctdpp __unused, void *private) in build_hashes() argument
431 hash_add(td->td_idhash, ctdp); in build_hashes()
432 hash_add(td->td_layouthash, ctdp); in build_hashes()
H A Ddwarf.c669 tdesc_t *ctdp = NULL; in tdesc_array_create() local
674 ctdp = arrtdp; in tdesc_array_create()
676 ctdp = xcalloc(sizeof (tdesc_t)); in tdesc_array_create()
677 ctdp->t_id = mfgtid_next(dw); in tdesc_array_create()
679 (uintmax_t)die_off(dw, dim2), ctdp->t_id); in tdesc_array_create()
680 tdesc_array_create(dw, dim2, arrtdp, ctdp); in tdesc_array_create()
716 ar->ad_contents = ctdp; in tdesc_array_create()
718 (uintmax_t)die_off(dw, dim), ctdp->t_id); in tdesc_array_create()
/netbsd-src/etc/
H A Dservices13269 ctdp 7022/tcp # CT Discovery Protocol [James_Kirkwood] …
13270 ctdp 7022/udp # CT Discovery Protocol [James_Kirkwood] …