Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c72 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { in sdt_invop()
181 sdp->sdp_hashnext = in sdt_provide_module()
221 hash = hash->sdp_hashnext; in sdt_destroy()
225 last->sdp_hashnext = sdp->sdp_hashnext; in sdt_destroy()
227 sdt_probetab[ndx] = sdp->sdp_hashnext; in sdt_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dsdt_impl.h82 struct sdt_probe *sdp_hashnext; /* next on hash */ member