Searched refs:dst_fp (Results 1 – 1 of 1) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_create.c | 1338 soucmp(ctf_file_t *src_fp, ctf_id_t src_type, ctf_file_t *dst_fp, in soucmp() argument 1348 if ((dst_type = ctf_type_resolve(dst_fp, dst_type)) == CTF_ERR) in soucmp() 1353 if ((dst_tp = ctf_lookup_by_id(&dst_fp, dst_type)) == NULL) in soucmp() 1357 ctf_get_ctt_info(dst_fp, dst_tp, &dst_kind, &dst_vlen, NULL); in soucmp() 1360 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() 1362 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() 1364 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() 1367 (void) ctf_get_ctt_size(dst_fp, dst_tp, &dst_sz, &dst_inc); in soucmp() 1369 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() 1380 ctf_get_ctm_info(dst_fp, dst_mp, dst_sz, &dst_inc, NULL, in soucmp() [all …]
|