Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/dtrace/
H A Dsdt.c161 sdp->sdp_hashnext = in __sdt_provide_module()
202 hash = hash->sdp_hashnext; in sdt_destroy()
206 last->sdp_hashnext = sdp->sdp_hashnext; in sdt_destroy()
208 sdt_probetab[ndx] = sdp->sdp_hashnext; in sdt_destroy()
/xnu-8019.80.24/bsd/sys/
H A Dsdt_impl.h104 struct sdt_probe *sdp_hashnext; /* next on hash */ member
/xnu-8019.80.24/bsd/dev/i386/
H A Dsdt_x86.c47 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { in sdt_invop()
/xnu-8019.80.24/bsd/dev/arm64/
H A Dsdt_arm.c47 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { in sdt_invop()
/xnu-8019.80.24/bsd/dev/arm/
H A Dsdt_arm.c46 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { in sdt_invop()