Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/dev/dtrace/
H A Dsdt.c135 sdp->sdp_ctl = ctl; in __sdt_provide_module()
182 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy()
226 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable()
291 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable()
/xnu-8020.140.41/bsd/sys/
H A Dsdt_impl.h97 struct modctl *sdp_ctl; /* modctl for module */ member