Searched refs:dt_module_getctf (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.h46 extern ctf_file_t *dt_module_getctf(dtrace_hdl_t *, dt_module_t *);
H A Ddt_module.c543 * We will then fail if dt_module_getctf() is called, as shown below.
600 dt_module_getctf(dtrace_hdl_t *dtp, dt_module_t *dmp) function
644 (pfp = dt_module_getctf(dtp, pmp)) == NULL) {
1185 if (dt_module_getctf(dtp, dmp) == NULL) {
1240 if (dt_module_getctf(dtp, dmp) == NULL)
H A Ddt_pragma.c223 found = mp != NULL && dt_module_getctf(dtp, mp) != NULL;

Completed in 36 milliseconds