Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c84 ddp->dd_ctfp = NULL; in dt_decl_alloc()
513 ddp->dd_ctfp = ctfp; in dt_decl_sou()
725 ddp->dd_ctfp = ctfp; in dt_decl_enum()
880 if (ddp->dd_ctfp != NULL && in dt_decl_type()
881 (dmp = dt_module_lookup_by_ctf(dtp, ddp->dd_ctfp)) != NULL) { in dt_decl_type()
883 tip->dtt_ctfp = ddp->dd_ctfp; in dt_decl_type()
1084 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.c1448 ddp->dd_ctfp, ddp->dd_type, n1, sizeof (n1)), ddp->dd_type); in dt_node_decl()