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()
867 return (dt_module_getctf(dtp, dmp) != NULL); in dt_module_hasctf()871 dt_module_getctf(dtrace_hdl_t *dtp, dt_module_t *dmp) in dt_module_getctf() function915 (pfp = dt_module_getctf(dtp, pmp)) == NULL) { in dt_module_getctf()1817 if (dt_module_getctf(dtp, dmp) == NULL) in dtrace_symbol_type()
681 ctfp = dt_module_getctf(dtp, dmp); in dtrace_print()