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

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h88 struct fasttrap_proc *ftpc_next; /* next proc in hash chain */ member in struct:fasttrap_proc
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1318 for (fprc = bucket->ftb_data; fprc != NULL; fprc = fprc->ftpc_next) {
1349 for (fprc = bucket->ftb_data; fprc != NULL; fprc = fprc->ftpc_next) {
1371 new_fprc->ftpc_next = bucket->ftb_data;
1412 fprcp = &fprc->ftpc_next;
1420 *fprcp = fprc->ftpc_next;

Completed in 22 milliseconds