Lines Matching refs:dtpr_nextmod
8874 probe->dtpr_nextmod = NULL; in dtrace_unregister()
8879 probe->dtpr_nextmod = first; in dtrace_unregister()
8885 next = probe->dtpr_nextmod; in dtrace_unregister()
8897 next = probe->dtpr_nextmod; in dtrace_unregister()
9021 probe->dtpr_nextmod = NULL; in dtrace_condense()
9026 probe->dtpr_nextmod = first; in dtrace_condense()
9032 first = probe->dtpr_nextmod; in dtrace_condense()
17094 probe != NULL; probe = probe->dtpr_nextmod) { in dtrace_module_unloaded()
17133 next = probe->dtpr_nextmod; in dtrace_module_unloaded()
17141 probe->dtpr_nextmod = NULL; in dtrace_module_unloaded()
17143 probe->dtpr_nextmod = first; in dtrace_module_unloaded()
17156 first = probe->dtpr_nextmod; in dtrace_module_unloaded()
17342 offsetof(dtrace_probe_t, dtpr_nextmod), in dtrace_attach()