Searched refs:ttcompat (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dtty.h291 * the tty_lock(), such as ttcompat() in tty_compat.c
296 int ttcompat(struct tty *tp, u_long com, caddr_t data, int flag,
/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c67 * The only function externalized from this file is ttcompat() and it is
176 * argument are returned to ttcompat(), which will then call
188 * ttcompat(), whose contents are to be
201 * termios is a local stack copy from ttcompat(), and not the
203 * ttcompat(), however, may result in subsequent changes.
325 * ttcompat
361 ttcompat(struct tty *tp, u_long com, caddr_t data, int flag, struct proc *p) function
H A Dtty.c1053 * ttcompat:EINVAL
1054 * ttcompat:ENOTTY
1055 * ttcompat:EIOCTL
1056 * ttcompat:ENOTTY TIOCGSID, if no session or session
1058 * ttcompat:ENOTTY All unrecognized ioctls
1070 * This function calls ttcompat(), which can re-call ttioctl()
1072 * point, we should just in-line ttcompat() here.
1528 error = ttcompat(tp, cmd, data, flag, p);

Completed in 30 milliseconds