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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h211 struct modctl *mod_stale; // stale module chain member in struct:modctl
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c539 g_sdt_kernctl.mod_stale = NULL;
H A Ddtrace.c16202 newctl->mod_stale = nextp;
16237 for (curp=ctl->mod_stale; curp != NULL; curp=nextp) {
16238 nextp = curp->mod_stale;
16331 ctl->mod_stale = NULL;

Completed in 91 milliseconds