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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h290 * the tty_lock(), such as ttcompat() in tty_compat.c
295 int ttcompat(struct tty *tp, u_long com, caddr_t data, int flag,
/darwin-on-arm/xnu/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.c1030 * ttcompat:EINVAL
1031 * ttcompat:ENOTTY
1032 * ttcompat:EIOCTL
1033 * ttcompat:ENOTTY TIOCGSID, if no session or session
1035 * ttcompat:ENOTTY All unrecognized ioctls
1047 * This function calls ttcompat(), which can re-call ttioctl()
1049 * point, we should just in-line ttcompat() here.
1496 error = ttcompat(tp, cmd, data, flag, p);

Completed in 86 milliseconds