Home
last modified time | relevance | path

Searched refs:dt_module_getctf (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.h52 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
H A Ddt_pragma.c280 found = mp != NULL && dt_module_getctf(dtp, mp) != NULL; in dt_pragma_depends()
286 dt_module_getctf(dtp, dkmp->dkm_module) != NULL; in dt_pragma_depends()
H A Ddt_module.c853 return (dt_module_getctf(dtp, dmp) != NULL); in dt_module_hasctf()
857 dt_module_getctf(dtrace_hdl_t *dtp, dt_module_t *dmp) in dt_module_getctf() function
901 (pfp = dt_module_getctf(dtp, pmp)) == NULL) { in dt_module_getctf()
1681 if (dt_module_getctf(dtp, dmp) == NULL) in dtrace_symbol_type()
H A Ddt_print.c775 ctfp = dt_module_getctf(dtp, dmp); in dt_print_prepare()