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

/macosx-10.10/dtrace-147/sys/
H A Dctf_api.h218 extern int ctf_member_info(ctf_file_t *, ctf_id_t, const char *,
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c649 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, function
H A Dctf_create.c1040 return (ctf_member_info(ctb->ctb_file, ctb->ctb_type,
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_cg.c61 * Code generator wrapper function for ctf_member_info. If we are given a
63 * the actual definition and then call ctf_member_info on the result.
81 if (ctf_member_info(fp, type, s, mp) == CTF_ERR)
1050 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base,
H A Ddt_parser.c1777 if (ctf_member_info(dtt.dtt_ctfp, type, name, &ctm) == CTF_ERR) {
3684 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
4206 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_type,

Completed in 155 milliseconds