Searched defs:dst_fp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c1065 * equivalent dst_fp type by a final loop in ctf_add_type(), below.
1089 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) argument
1109 if (!(dst_fp->ctf_flags & LCTF_RDWR))
1110 return (ctf_set_errno(dst_fp, ECTF_RDONLY));
1113 return (ctf_set_errno(dst_fp, ctf_errno(src_fp)));
1122 hp = &dst_fp->ctf_structs;
1125 hp = &dst_fp->ctf_unions;
1128 hp = &dst_fp->ctf_enums;
1131 hp = &dst_fp->ctf_names;
1141 (hep = ctf_hash_lookup(hp, dst_fp, nam
[all...]

Completed in 73 milliseconds