HomeSort by: relevance | last modified time | path
    Searched refs:pty_getmp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
pty.h 43 int pty_getmp(struct lwp *, struct mount **);
  /src/sys/kern/
tty_ptm.c 95 pty_getmp(struct lwp *l, struct mount **mpp) function
349 if ((error = pty_getmp(l, &mp)) != 0)
397 if ((error = pty_getmp(l, &mp)) != 0)
tty_pty.c 1098 if ((error = pty_getmp(l, &mp)) != 0)
1109 if ((error = pty_getmp(l, &mp)) != 0)

Completed in 14 milliseconds