Home
last modified time | relevance | path

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

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