Searched defs:fx_cb_plisthead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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 =
286 &fx_cb_plisthead[i];
1668 for (fxpp = fx_cb_plisthead[index].fx_cb_next;
1669 fxpp != &fx_cb_plisthead[index]; fxpp = fxpp->fx_cb_next) {

Completed in 4381 milliseconds