Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dfbio.h273 #define FB_CUR_SETCUR 0x01 /* set on/off (i.e., obey fbcursor.enable) */ macro
278 #define FB_CUR_SETALL (FB_CUR_SETCUR | FB_CUR_SETPOS | FB_CUR_SETHOT | \
/freebsd-9-stable/sys/dev/fb/
Dcreator.c720 if (fbc->set & FB_CUR_SETCUR && fbc->enable == 0) { in creator_ioctl()
Dmachfb.c898 if (fbc->set & FB_CUR_SETCUR && fbc->enable == 0) { in machfb_ioctl()