Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1271 if (dst_fp == src_fp) in ctf_add_type()
1278 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type()
1280 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
1281 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type()
1282 flag = LCTF_INFO_ROOT(src_fp, tp->ctt_info); in ctf_add_type()
1283 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type()
1345 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type()
1356 src.ctb_file = src_fp; in ctf_add_type()
1393 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1452 if (ctf_type_size(src_fp, src_type) != in ctf_add_type()
[all …]