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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c15287 struct modctl *syncctl = NULL; local
15333 for (syncctl = nextsyncctl; syncctl != NULL; syncctl=syncctl->mod_next) {
15334 if (syncctl->mod_address == 0)
15337 if (syncctl==NULL)
15346 /* keep track of next syncctl in case this one is removed */
15347 nextsyncctl = syncctl->mod_next;
15348 ctl = syncctl;
[all...]

Completed in 416 milliseconds