Searched refs:ftp_next (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h104 struct fasttrap_provider *ftp_next; /* next prov in hash chain */ member in struct:fasttrap_provider
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c361 fpp = &fp->ftp_next;
401 fpp = &fp->ftp_next;
403 *fpp = fp->ftp_next;
1462 for (fp = bucket->ftb_data; fp != NULL; fp = fp->ftp_next) {
1544 for (fp = bucket->ftb_data; fp != NULL; fp = fp->ftp_next) {
1576 new_fp->ftp_next = bucket->ftb_data;
1653 for (fp = bucket->ftb_data; fp != NULL; fp = fp->ftp_next) {

Completed in 24 milliseconds