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

/darwin-on-arm/xnu/bsd/sys/
H A Dsdt_impl.h117 struct sdt_probe *sdp_hashnext; /* next on hash */ member in struct:sdt_probe
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsdt_x86.c58 for (; sdt != NULL; sdt = sdt->sdp_hashnext) {
93 for (; sdt != NULL; sdt = sdt->sdp_hashnext) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c156 sdp->sdp_hashnext =
197 hash = hash->sdp_hashnext;
201 last->sdp_hashnext = sdp->sdp_hashnext;
203 sdt_probetab[ndx] = sdp->sdp_hashnext;

Completed in 22 milliseconds