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

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dfasttrap_impl.h101 struct fasttrap_proc *ftpc_next; /* next proc in hash chain */ member in struct:fasttrap_proc
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c412 for (fprc = bucket->ftb_data; fprc != NULL; fprc = fprc->ftpc_next) {
1493 for (fprc = bucket->ftb_data; fprc != NULL; fprc = fprc->ftpc_next) {
1527 for (fprc = bucket->ftb_data; fprc != NULL; fprc = fprc->ftpc_next) {
1542 new_fprc->ftpc_next = bucket->ftb_data;
1614 fprcp = &fprc->ftpc_next;
1622 *fprcp = fprc->ftpc_next;

Completed in 80 milliseconds