Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1715 if (dst_fp == src_fp) in ctf_add_type()
1724 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
1725 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type()
1726 flag = LCTF_INFO_ROOT(src_fp, tp->ctt_info); in ctf_add_type()
1727 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
1784 src.ctb_file = src_fp; in ctf_add_type()
1821 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1880 if (ctf_type_size(src_fp, src_type) != in ctf_add_type()
1906 ctf_type_size(src_fp, src_type)); in ctf_add_type()
1941 ssize_t size = ctf_type_size(src_fp, src_type); in ctf_add_type()
[all …]