Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dioctl_compat.h47 struct tchars { struct
82 #define TIOCSETC _IOW('t',17, struct tchars) /* set special characters */
83 #define TIOCGETC _IOR('t',18, struct tchars) /* get special characters */
/f-stack/freebsd/kern/
H A Dtty_compat.c131 struct tchars *tc = (struct tchars *)data; in ttsetcompat()
219 struct tchars *tc = (struct tchars *)data; in tty_ioctl_compat()