Searched refs:dtps_provide (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1527 * dtps_provide() <-- Provide all probes, all modules
1538 * 1.2 void dtps_provide(void *arg, const dtrace_probedesc_t *spec)
1543 * specified description is non-NULL, dtps_provide() is being called because
1554 * any necessary probes. dtps_provide() may be called even if the provider
1557 * not implement both dtps_provide() and dtps_provide_module(); see
1566 * dtps_provide() is typically called from open() or ioctl() context, but may
1604 * that the provider need not implement both dtps_provide() and
1908 * exceptions to this are (1) the dtps_provide() and dtps_provide_module()
2082 * dtps_provide() and/or dtps_provide_module(), it may be called from other
2112 * dtps_provide() an
2182 void (*dtps_provide)(void *arg, const dtrace_probedesc_t *spec); member in struct:dtrace_pops
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c7983 if ((pops->dtps_provide == NULL && pops->dtps_provide_module == NULL) ||
8036 if (pops->dtps_provide == NULL) {
8038 provider->dtpv_pops.dtps_provide =
8043 ASSERT(pops->dtps_provide != NULL);
8569 * dtrace_lock must _not_ be held -- the provider's dtps_provide() operation
8590 prv->dtpv_pops.dtps_provide(prv->dtpv_arg, desc);
12242 * must take an initial lap through the enabling calling the dtps_provide()
12271 prv->dtpv_pops.dtps_provide(parg, &desc);

Completed in 42 milliseconds