Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dconsio.h201 #define CONS_GETCURSORSHAPE _IOWR('c', 14, struct cshape) macro
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c684 if (ioctl(0, CONS_GETCURSORSHAPE, &shape) != 0) { in set_cursor_type()
/freebsd/sys/dev/syscons/
H A Dsyscons.c961 case CONS_GETCURSORSHAPE: /* get cursor shape (new interface) */ in sctty_ioctl()