Searched refs:syncctl (Results 1 – 1 of 1) sorted by relevance
17025 struct modctl *syncctl = NULL; in dtrace_module_unloaded() local17071 for (syncctl = nextsyncctl; syncctl != NULL; syncctl=syncctl->mod_next) { in dtrace_module_unloaded()17072 if (syncctl->mod_address == 0) in dtrace_module_unloaded()17075 if (syncctl==NULL) in dtrace_module_unloaded()17085 nextsyncctl = syncctl->mod_next; in dtrace_module_unloaded()17086 ctl = syncctl; in dtrace_module_unloaded()