strace: Added a few more types to termios ioctls.
Change-Id: I863a0a9bc6ad7527a56465246acac073f8878809 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3365 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
67f1eabc45
commit
4a722a65f3
@ -128,6 +128,13 @@ static const ioctl_info kIOCtls[] = {
|
||||
IOCTL_INFO_ENTRY(TCVTIME),
|
||||
IOCTL_INFO_ENTRY(TIOCGPGRP),
|
||||
IOCTL_INFO_ENTRY(TIOCSPGRP),
|
||||
IOCTL_INFO_ENTRY(TIOCSCTTY),
|
||||
IOCTL_INFO_ENTRY(TIOCMGET),
|
||||
IOCTL_INFO_ENTRY(TIOCMSET),
|
||||
IOCTL_INFO_ENTRY(TIOCSBRK),
|
||||
IOCTL_INFO_ENTRY(TIOCCBRK),
|
||||
IOCTL_INFO_ENTRY(TIOCMBIS),
|
||||
IOCTL_INFO_ENTRY(TIOCMBIC),
|
||||
// private termios
|
||||
IOCTL_INFO_ENTRY(B_IOCTL_GET_TTY_INDEX),
|
||||
IOCTL_INFO_ENTRY(B_IOCTL_GRANT_TTY),
|
||||
|
Loading…
Reference in New Issue
Block a user