Searched refs:GUI_ACTIVE (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dtools.c757 if (!(REGR(RBBM_STATUS) & GUI_ACTIVE))
761 if (REGR(RBBM_STATUS) & GUI_ACTIVE) {
764 if (!(REGR(RBBM_STATUS) & GUI_ACTIVE))
769 if ((REGR(RBBM_STATUS) & GUI_ACTIVE) != 0)
772 return ((REGR(RBBM_STATUS) & GUI_ACTIVE) == 0);
H A Defb_reg.h335 #define GUI_ACTIVE 0x80000000 macro
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c849 if ((status & MASK) >= 64 && !(status & GUI_ACTIVE)) {
865 for (limit = 10000; (regr(RBBM_STATUS) & GUI_ACTIVE) && --limit > 0; ) {
869 if (!(regr(RBBM_STATUS) & GUI_ACTIVE)) {
876 (regr(RBBM_STATUS) & GUI_ACTIVE) && (limit > 0); limit -= dt) {
880 if (!(regr(RBBM_STATUS) & GUI_ACTIVE)) {
907 if ((status & MASK) >= 64 && !(status & GUI_ACTIVE)) {
924 ((status = regr(RBBM_STATUS)) & GUI_ACTIVE) &&
931 if (!(status & GUI_ACTIVE)) {
943 ((status = regr(RBBM_STATUS)) & GUI_ACTIVE) &&
950 if (!(status & GUI_ACTIVE)) {
[all...]
H A Defb_reg.h253 #define GUI_ACTIVE 0x80000000 macro

Completed in 25 milliseconds