HomeSort by: relevance | last modified time | path
    Searched defs:dt_module_getctf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_module.c 809 * We will then fail if dt_module_getctf() is called, as shown below.
867 return (dt_module_getctf(dtp, dmp) != NULL);
871 dt_module_getctf(dtrace_hdl_t *dtp, dt_module_t *dmp) function
915 (pfp = dt_module_getctf(dtp, pmp)) == NULL) {
1817 if (dt_module_getctf(dtp, dmp) == NULL)
dt_module.c 809 * We will then fail if dt_module_getctf() is called, as shown below.
867 return (dt_module_getctf(dtp, dmp) != NULL);
871 dt_module_getctf(dtrace_hdl_t *dtp, dt_module_t *dmp) function
915 (pfp = dt_module_getctf(dtp, pmp)) == NULL) {
1817 if (dt_module_getctf(dtp, dmp) == NULL)

Completed in 149 milliseconds