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

  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h 2186 * dtms_provide_pid() <-- Create a new provider for a given process
2201 * this is obtained from the return value of dtms_provide_pid(). The third
2212 * is a result of a call to dtms_provide_pid()). The DTrace framework is
2216 * dtms_provide_pid() and subsequent calls to dtms_create_probe().
2223 * 1.3 void *dtms_provide_pid(void *arg, dtrace_meta_provider_t *mprov,
2250 * dtms_provide_pid() is called from either ioctl() or module load context.
2263 * been instantiated via the dtms_provide_pid() entry point. The meta
2311 void *(*dtms_provide_pid)(void *, dtrace_helper_provdesc_t *, pid_t); member in struct:dtrace_mops
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 9754 if ((parg = mops->dtms_provide_pid(meta->dtm_arg, &dhpv, pid)) == NULL)
9898 mops->dtms_provide_pid == NULL ||

Completed in 23 milliseconds