Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dioctl_compat.h56 struct ltchars { struct
132 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */
133 #define TIOCSLTC _IOW('t', 117,struct ltchars) /* set special chars */
/f-stack/freebsd/kern/
H A Dtty_compat.c147 struct ltchars *ltc = (struct ltchars *)data; in ttsetcompat()
231 struct ltchars *ltc = (struct ltchars *)data; in tty_ioctl_compat()