Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/dev/dtrace/
H A Dsdt.c158 sdp->sdp_hashnext = in __sdt_provide_module()
199 hash = hash->sdp_hashnext; in sdt_destroy()
203 last->sdp_hashnext = sdp->sdp_hashnext; in sdt_destroy()
205 sdt_probetab[ndx] = sdp->sdp_hashnext; in sdt_destroy()
/xnu-12377.81.4/bsd/sys/
H A Dsdt_impl.h102 struct sdt_probe *sdp_hashnext; /* next on hash */ member
/xnu-12377.81.4/bsd/dev/i386/
H A Dsdt_x86.c47 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { in sdt_invop()
/xnu-12377.81.4/bsd/dev/arm64/
H A Dsdt_arm.c47 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { in sdt_invop()