Home
last modified time | relevance | path

Searched refs:fx_cb_plisthead (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/disp/
H A Dfx.c102 fxproc_t *headp = &fx_cb_plisthead[index]; \
162 static fxproc_t fx_cb_plisthead[FX_CB_LISTS]; /* dummy fxproc at head of */ variable
285 fx_cb_plisthead[i].fx_cb_next = fx_cb_plisthead[i].fx_cb_prev = in fx_init()
286 &fx_cb_plisthead[i]; 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()