Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dconsio.h202 #define CONS_SETCURSORSHAPE _IOW('c', 15, struct cshape) macro
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c690 if (ioctl(0, CONS_SETCURSORSHAPE, &shape) != 0) { in set_cursor_type()
/freebsd/sys/dev/syscons/
H A Dsyscons.c990 case CONS_SETCURSORSHAPE: /* set cursor shape (new interface) */ in sctty_ioctl()