tty_ptm.c | 91 static int pty_alloc_slave(struct lwp *, int *, dev_t, struct mount *); 261 pty_alloc_slave(struct lwp *l, int *fd, dev_t dev, struct mount *mp) function in typeref:typename:int 406 if ((error = pty_alloc_slave(l, &sfd, newdev, mp)) != 0)
|