Searched refs:ctf_member_info (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h196 extern int ctf_member_info(ctf_file_t *, ctf_id_t, const char *,
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c708 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, function
H A Dctf_create.c1206 return (ctf_member_info(ctb->ctb_file, ctb->ctb_type,
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c66 * Code generator wrapper function for ctf_member_info. If we are given a
68 * the actual definition and then call ctf_member_info on the result.
86 if (ctf_member_info(fp, type, s, mp) == CTF_ERR)
1062 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base,
H A Ddt_parser.c1826 if (ctf_member_info(dtt.dtt_ctfp, type, name, &ctm) == CTF_ERR) {
3768 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
4296 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_type,

Completed in 125 milliseconds