Home
last modified time | relevance | path

Searched refs:sdp_ctl (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/dev/dtrace/ !
H A Dsdt.c132 sdp->sdp_ctl = ctl; in __sdt_provide_module()
179 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy()
223 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable()
288 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable()
/xnu-8019.80.24/bsd/sys/ !
H A Dsdt_impl.h97 struct modctl *sdp_ctl; /* modctl for module */ member