Searched defs:dtps_suspend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h1388 * dtps_suspend() <-- Suspend specified probe
1520 * 1.6 void dtps_suspend(void *arg, dtrace_id_t id, void *parg)
1534 * dtps_suspend will only be called on an enabled probe. Providers that
1535 * provide a dtps_suspend entry point will want to take roughly the action
1546 * dtps_suspend(). As interrupts are disabled, the provider is afforded
1556 * completion of an event that induced a call to dtps_suspend().
1783 * the dtps_suspend() and dtps_resume() members, which must either both be
2058 void (*dtps_suspend)(void *arg, dtrace_id_t id, void *parg); member in struct:dtrace_pops

Completed in 75 milliseconds