getsettty 827 compat/hpux/hpux_compat.c return (getsettty(p, SCARG(uap, fd), com, SCARG(uap, data))); getsettty 201 compat/hpux/hpux_termio.h int getsettty(struct proc *, int, int, caddr_t); getsettty 486 compat/hpux/hpux_tty.c return (getsettty(p, SCARG(uap, fd), HPUXTIOCGETP, SCARG(uap, arg))); getsettty 500 compat/hpux/hpux_tty.c return (getsettty(p, SCARG(uap, fd), HPUXTIOCSETP, SCARG(uap, arg)));