Searched refs:ctf_member_info (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/ |
H A D | ctf_api.h | 198 extern int ctf_member_info(ctf_file_t *, ctf_id_t, const char *,
|
/vbox/src/VBox/Runtime/r0drv/solaris/ |
H A D | dbgkrnlinfo-r0drv-solaris.c | 218 if (ctf_member_info(pThis->pGenUnixCTF, TypeIdent, pszMember, &MemberInfo) != CTF_ERR)
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_types.c | 628 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, function
|
H A D | ctf_create.c | 1044 return (ctf_member_info(ctb->ctb_file, ctb->ctb_type,
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_cg.c | 66 * 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 D | dt_parser.c | 1784 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 D | VBoxNetFlt-solaris.c | 431 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 532 milliseconds