Home
last modified time | relevance | path

Searched refs:DTRACE_OBJ_DDEFS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddtrace.h464 #define DTRACE_OBJ_DDEFS ((const char *)3L) /* D program definitions */ macro
H A Ddt_provider.c640 if (dtrace_lookup_by_type(dtp, DTRACE_OBJ_DDEFS, tag, &dtt) != 0) { in dt_probe_tag()
641 dtt.dtt_object = DTRACE_OBJ_DDEFS; in dt_probe_tag()
H A Ddt_module.c1229 case (uintptr_t)DTRACE_OBJ_DDEFS: in dt_module_from_object()
H A Ddt_printf.c725 dtp, DTRACE_OBJ_DDEFS, pfc->pfc_tstr, &dtt) != 0) { in dt_pfdict_create()
H A Ddt_parser.c1599 dtrace_lookup_by_type(dtp, DTRACE_OBJ_DDEFS, in dt_node_decl()