Searched refs:fx_cb_next (Results 1 – 2 of 2) sorted by relevance
104 fxpp->fx_cb_next = headp->fx_cb_next; \106 headp->fx_cb_next->fx_cb_prev = fxpp; \107 headp->fx_cb_next = fxpp; \119 fxpp->fx_cb_prev->fx_cb_next = fxpp->fx_cb_next; \120 fxpp->fx_cb_next->fx_cb_prev = fxpp->fx_cb_prev; \285 fx_cb_plisthead[i].fx_cb_next = fx_cb_plisthead[i].fx_cb_prev = in fx_init()1668 for (fxpp = fx_cb_plisthead[index].fx_cb_next; in fx_list_lookup()1669 fxpp != &fx_cb_plisthead[index]; fxpp = fxpp->fx_cb_next) { in fx_list_lookup()
120 struct fxproc *fx_cb_next; /* pointer to next fxproc that */ member