HomeSort by: relevance | last modified time | path
    Searched defs:pty_alloc_slave (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
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)

Completed in 13 milliseconds