Searched refs:dt_module_getctf (Results 1 – 4 of 4) sorted by relevance
52 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
280 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()
853 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() function901 (pfp = dt_module_getctf(dtp, pmp)) == NULL) { in dt_module_getctf()1681 if (dt_module_getctf(dtp, dmp) == NULL) in dtrace_symbol_type()
775 ctfp = dt_module_getctf(dtp, dmp); in dt_print_prepare()