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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1226 * For now, dmd_type is copied as the src_fp's type; it is reset to an
1251 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) argument
1271 if (dst_fp == src_fp)
1277 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL)
1278 return (ctf_set_errno(dst_fp, ctf_errno(src_fp)));
1280 name = ctf_strptr(src_fp, tp->ctt_name);
1281 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info);
1282 flag = LCTF_INFO_ROOT(src_fp, tp->ctt_info);
1283 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info);
1340 src.ctb_file = src_fp;
[all...]

Completed in 61 milliseconds