Searched refs:dst_fp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/ |
| D | ctf_create.c | 1233 soucmp(ctf_file_t *src_fp, ctf_id_t src_type, ctf_file_t *dst_fp, in soucmp() argument 1243 if ((dst_type = ctf_type_resolve(dst_fp, dst_type)) == CTF_ERR) in soucmp() 1248 if ((dst_tp = ctf_lookup_by_id(&dst_fp, dst_type)) == NULL) in soucmp() 1252 LCTF_INFO_KIND(dst_fp, dst_tp->ctt_info)) in soucmp() 1253 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() 1255 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() 1257 LCTF_INFO_VLEN(dst_fp, dst_tp->ctt_info)) in soucmp() 1258 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() 1261 (void) ctf_get_ctt_size(dst_fp, dst_tp, &dst_sz, &dst_inc); in soucmp() 1263 return (ctf_set_errno(dst_fp, ECTF_CONFLICT)); in soucmp() [all …]
|