Searched refs:sdp_hashnext (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dsdt_impl.h105 struct sdt_probe *sdp_hashnext; /* next on hash */ member in struct:sdt_probe
/xnu-2782.1.97/bsd/dev/i386/
H A Dsdt_x86.c56 for (; sdt != NULL; sdt = sdt->sdp_hashnext) {
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c161 sdp->sdp_hashnext =
206 hash = hash->sdp_hashnext;
210 last->sdp_hashnext = sdp->sdp_hashnext;
212 sdt_probetab[ndx] = sdp->sdp_hashnext;

Completed in 35 milliseconds