Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_create.c1681 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() argument
1701 if (dst_fp == src_fp) in ctf_add_type()
1707 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type()
1708 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type()
1710 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
1711 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type()
1712 flag = LCTF_INFO_ROOT(src_fp, tp->ctt_info); in ctf_add_type()
1713 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
1770 src.ctb_file = src_fp; in ctf_add_type()
1787 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type()
[all …]