Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/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 *);
51 extern int dt_module_hasctf(dtrace_hdl_t *, dt_module_t *);
52 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
53 extern dt_ident_t *dt_module_extern(dtrace_hdl_t *, dt_module_t *,
56 extern const char *dt_module_modelname(dt_module_t *);
57 extern int dt_module_getlibid(dtrace_hdl_t *, dt_module_t *,
[all …]
H A Ddt_module.c468 dt_module_t *
475 dt_module_t *dmp; in dt_module_create()
526 dt_module_t *
530 dt_module_t *dmp; in dt_module_lookup_by_name()
541 dt_module_t *
864 dt_module_t *pmp; in dt_module_getctf()
1141 dt_module_t *dmp; in dt_module_update()
1307 dt_module_t *dmp; in dtrace_update()
1395 dt_module_t *dmp; in dt_module_from_object()
1429 dt_module_t *dmp; in dtrace_lookup_by_name()
[all …]
H A Ddt_impl.h153 } dt_module_t; typedef
170 dt_module_t *dkm_module; /* corresponding KLD module */
254 dt_module_t **dt_mods; /* hash table of dt_module_t's */
261 dt_module_t *dt_exec; /* pointer to executable module */
262 dt_module_t *dt_rtld; /* pointer to run-time linker module */
263 dt_module_t *dt_cdefs; /* pointer to C dynamic type module */
264 dt_module_t *dt_ddefs; /* pointer to D dynamic type module */
H A Ddt_open.c1034 dt_module_t *dmp; in dt_vopen()
1196 dtp->dt_mods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
1198 dtp->dt_kmods = calloc(dtp->dt_modbuckets, sizeof (dt_module_t *)); in dt_vopen()
1640 dt_module_t *dmp; in dtrace_close()
H A Ddt_pragma.c279 dt_module_t *mp = dt_module_lookup_by_name(dtp, nnp->dn_string); in dt_pragma_depends()
H A Ddt_print.c743 dt_module_t *dmp; in dt_print_prepare()
H A Ddt_pid.c856 dt_module_t *dmp; in dt_pid_get_types()
H A Ddt_provider.c417 dt_module_t *dmp; in dt_probe_create()
H A Ddt_decl.c816 dt_module_t *dmp; in dt_decl_type()
H A Ddt_parser.c276 dt_module_t *dmp; in dt_type_pointer()
1420 dt_module_t *dmp; in dt_node_decl()
2740 dt_module_t *mp = dt_module_lookup_by_name(dtp, dts.dts_object); in dt_xcook_ident()
H A Ddt_aggregate.c393 dt_module_t *dmp; in dt_aggregate_mod()
H A Ddt_cc.c707 dt_module_t *dmp; in dt_action_trace()