Searched refs:kcmap_max (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.h51 uint8_t kcmap_max; /* highest used cmap bit set */ member in struct:efb_consinfo
H A Defb_vis.c394 efb_priv->consinfo.kcmap_max = 0;
485 for (i = 0; i <= efb_priv->consinfo.kcmap_max; i++) {
833 if (b > efb_priv->consinfo.kcmap_max)
834 efb_priv->consinfo.kcmap_max = b;

Completed in 264 milliseconds