Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/dtrace/
H A Dsdt.c73 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { in sdt_invop()
182 sdp->sdp_hashnext = in sdt_provide_module()
220 hash = hash->sdp_hashnext; in sdt_destroy()
224 last->sdp_hashnext = sdp->sdp_hashnext; in sdt_destroy()
226 sdt_probetab[ndx] = sdp->sdp_hashnext; in sdt_destroy()
/titanic_50/usr/src/uts/common/sys/
H A Dsdt_impl.h68 struct sdt_probe *sdp_hashnext; /* next on hash */ member