Home
last modified time | relevance | path

Searched refs:dt_module_t (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.h39 extern dt_module_t *dt_module_create(dtrace_hdl_t *, const char *);
40 extern int dt_module_load(dtrace_hdl_t *, dt_module_t *);
41 extern void dt_module_unload(dtrace_hdl_t *, dt_module_t *);
42 extern void dt_module_destroy(dtrace_hdl_t *, dt_module_t *);
45 extern dt_module_t *dt_module_lookup_by_ctf(dtrace_hdl_t *, ctf_file_t *);
47 extern int dt_module_hasctf(dtrace_hdl_t *, dt_module_t *);
48 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
49 extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *,
52 extern const char *dt_module_modelname(dt_module_t *);
53 extern int dt_module_getlibid(dtrace_hdl_t *, dt_module_t *,
[all …]
H A Ddt_module.c421 dt_module_t *
428 dt_module_t *dmp; in dt_module_create()
479 dt_module_t *
483 dt_module_t *dmp; in dt_module_lookup_by_name()
494 dt_module_t *
799 dt_module_t *pmp; in dt_module_getctf()
1053 dt_module_t *dmp; in dt_module_update()
1149 dt_module_t *dmp; in dtrace_update()
1217 dt_module_t *dmp; in dt_module_from_object()
1251 dt_module_t *dmp; in dtrace_lookup_by_name()
[all …]
H A Ddt_impl.h141 } dt_module_t; typedef
225 dt_module_t **dt_mods; /* hash table of dt_module_t's */
229 dt_module_t *dt_exec; /* pointer to executable module */
230 dt_module_t *dt_rtld; /* pointer to run-time linker module */
231 dt_module_t *dt_cdefs; /* pointer to C dynamic type module */
232 dt_module_t *dt_ddefs; /* pointer to D dynamic type module */
H A Ddt_open.c829 dt_module_t *dmp; in dt_vopen()
960 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
1337 dt_module_t *dmp; in dtrace_close()
H A Ddt_pragma.c250 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string); in dt_pragma_depends()
H A Ddt_print.c670 dt_module_t *dmp; in dtrace_print()
H A Ddt_pid.c778 dt_module_t *dmp; in dt_pid_get_types()
H A Ddt_provider.c412 dt_module_t *dmp; in dt_probe_create()
H A Ddt_decl.c855 dt_module_t *dmp; in dt_decl_type()
H A Ddt_parser.c272 dt_module_t *dmp; in dt_type_pointer()
1427 dt_module_t *dmp; in dt_node_decl()
2746 dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object); in dt_xcook_ident()
H A Ddt_aggregate.c386 dt_module_t *dmp; in dt_aggregate_mod()
H A Ddt_cc.c706 dt_module_t *dmp; in dt_action_trace()