Home
last modified time | relevance | path

Searched refs:cshape (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dconsio.h197 struct cshape { struct
201 #define CONS_GETCURSORSHAPE _IOWR('c', 14, struct cshape) argument
202 #define CONS_SETCURSORSHAPE _IOW('c', 15, struct cshape)
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c612 parse_cursor_params(char *param, struct cshape *shape) in parse_cursor_params()
675 struct cshape shape; in set_cursor_type()