Searched refs:fx_cb_next (Results 1 – 2 of 2) sorted by relevance
103 fxpp->fx_cb_next = headp->fx_cb_next; \105 headp->fx_cb_next->fx_cb_prev = fxpp; \106 headp->fx_cb_next = fxpp; \118 fxpp->fx_cb_prev->fx_cb_next = fxpp->fx_cb_next; \119 fxpp->fx_cb_next->fx_cb_prev = fxpp->fx_cb_prev; \284 fx_cb_plisthead[i].fx_cb_next = fx_cb_plisthead[i].fx_cb_prev = in fx_init()1662 for (fxpp = fx_cb_plisthead[index].fx_cb_next; in fx_list_lookup()1663 fxpp != &fx_cb_plisthead[index]; fxpp = fxpp->fx_cb_next) { in fx_list_lookup()
118 struct fxproc *fx_cb_next; /* pointer to next fxproc that */ member