Home
last modified time | relevance | path

Searched refs:dd_ctfp (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c87 ddp->dd_ctfp = NULL; in dt_decl_alloc()
496 ddp->dd_ctfp = ctfp; in dt_decl_sou()
685 ddp->dd_ctfp = ctfp; in dt_decl_enum()
841 if (ddp->dd_ctfp != NULL && in dt_decl_type()
842 (dmp = dt_module_lookup_by_ctf(dtp, ddp->dd_ctfp)) != NULL) { in dt_decl_type()
844 tip->dtt_ctfp = ddp->dd_ctfp; in dt_decl_type()
1045 ddp->dd_ctfp = dmp->dm_ctfp; in dt_decl_type()
H A Ddt_decl.h48 ctf_file_t *dd_ctfp; /* CTF container for decl's type */ member
H A Ddt_parser.c1464 ddp->dd_ctfp, ddp->dd_type, n1, sizeof (n1)), ddp->dd_type); in dt_node_decl()