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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf_api.h198 extern int ctf_member_info(ctf_file_t *, ctf_id_t, const char *,
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Ddbgkrnlinfo-r0drv-solaris.c218 if (ctf_member_info(pThis->pGenUnixCTF, TypeIdent, pszMember, &MemberInfo) != CTF_ERR)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c628 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, function
H A Dctf_create.c1044 return (ctf_member_info(ctb->ctb_file, ctb->ctb_type,
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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)
1051 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_base,
H A Ddt_parser.c1784 if (ctf_member_info(dtt.dtt_ctfp, type, name, &ctm) == CTF_ERR) {
3690 if (ctf_member_info(ctfp, type, rp->dn_string, &m) == CTF_ERR) {
4208 if (ctf_member_info(dxp->dx_dst_ctfp, dxp->dx_dst_type,
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c431 if (ctf_member_info(pCtfFile, TypeId, pszMember, &MemberInfo) != CTF_ERR)
438 LogRel((DEVICE_NAME ":ctf_member_info failed for struct %s member %s\n", pszStruct, pszMember));

Completed in 1150 milliseconds