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

/xnu-2782.1.97/bsd/sys/
H A Dfbt.h57 struct fbt_probe *fbtp_next; member in struct:fbt_probe
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfbt.c104 next = fbt->fbtp_next;
119 for (; fbt != NULL; fbt = fbt->fbtp_next) {
180 for (; fbt != NULL; fbt = fbt->fbtp_next) {
205 for (; fbt != NULL; fbt = fbt->fbtp_next) {
230 for (; fbt != NULL; fbt = fbt->fbtp_next) {
/xnu-2782.1.97/bsd/dev/i386/
H A Dfbt_x86.c729 for(; entryfbt != NULL; entryfbt = entryfbt->fbtp_next) {
733 if (entryfbt->fbtp_next == NULL) {
734 entryfbt->fbtp_next = newfbt;
781 for (; retfbt != NULL; retfbt = retfbt->fbtp_next) {
784 if(retfbt->fbtp_next == NULL)
883 retfbt->fbtp_next = newfbt;

Completed in 29 milliseconds