Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1703 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() argument
1722 if (dst_fp == src_fp) in ctf_add_type()
1725 if (!(dst_fp->ctf_flags & LCTF_RDWR)) in ctf_add_type()
1726 return (ctf_set_errno(dst_fp, ECTF_RDONLY)); in ctf_add_type()
1729 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type()
1738 hp = &dst_fp->ctf_structs; in ctf_add_type()
1741 hp = &dst_fp->ctf_unions; in ctf_add_type()
1744 hp = &dst_fp->ctf_enums; in ctf_add_type()
1747 hp = &dst_fp->ctf_names; in ctf_add_type()
1757 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) { in ctf_add_type()
[all …]