Lines Matching +defs:src +defs:hash
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
58 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *));
62 if (hash == NULL)
74 ctf_free(hash, hashlen * sizeof (ctf_dtdef_t *));
80 bzero(hash, hashlen * sizeof (ctf_dtdef_t *));
81 fp->ctf_dthash = hash;
96 ctf_dtdef_t **hash;
102 hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *));
104 if (hash == NULL)
116 ctf_free(hash, hashlen * sizeof (ctf_dtdef_t *));
122 bzero(hash, hashlen * sizeof (ctf_dtdef_t *));
123 fp->ctf_dthash = hash;
1690 ctf_bundle_t src, dst;
1752 * If the non-empty name was not found in the appropriate hash, search
1770 src.ctb_file = src_fp;
1771 src.ctb_type = src_type;
1772 src.ctb_dtd = NULL;
1858 * ways (src members vs. dst, dst members vs. src) but we make
1859 * this more optimal by only checking src vs. dst and comparing
1861 * which covers the possibility of dst members not in src.
1928 ctf_enum_iter(dst_fp, dst_type, enumcmp, &src))