Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c214 sdp->sdp_ctl = ctl; in sdt_provide_module()
257 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy()
279 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable()
324 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c153 sdp->sdp_ctl = ctl; in sdt_provide_module()
198 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy()
241 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable()
285 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable()
/illumos-gate/usr/src/uts/common/sys/
H A Dsdt_impl.h74 struct modctl *sdp_ctl; /* modctl for module */ member