Searched refs:cdum (Results 1 – 1 of 1) sorted by relevance
480 ctf_diff_union_member_t cdum; in ctf_diff_union_check_fp() local483 cdum.cdum_cds = cdufp->cduf_cds; in ctf_diff_union_check_fp()484 cdum.cdum_fp = cdufp->cduf_curfp; in ctf_diff_union_check_fp()485 cdum.cdum_iterfp = cdufp->cduf_altfp; in ctf_diff_union_check_fp()486 cdum.cdum_name = name; in ctf_diff_union_check_fp()487 cdum.cdum_type = id; in ctf_diff_union_check_fp()488 cdum.cdum_ret = B_TRUE; in ctf_diff_union_check_fp()490 ret = ctf_member_iter(cdum.cdum_iterfp, cdufp->cduf_type, in ctf_diff_union_check_fp()491 ctf_diff_union_check_member, &cdum); in ctf_diff_union_check_fp()492 if (ret == 0 || cdum.cdum_ret == CTF_ERR) { in ctf_diff_union_check_fp()[all …]