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

  /src/sys/sys/
pty.h 51 int (*allocvp)(struct mount *, struct lwp *, struct vnode **, dev_t, member in struct:ptm_pty
  /src/sys/kern/
tty_ptm.c 184 if ((error = (*ptm->allocvp)(mp, l, &vp, *dev, 'p')) != 0) {
236 if ((error = (*ptm->allocvp)(mp, l, &vp, dev, 't')) != 0)
278 if ((error = (*ptm->allocvp)(mp, l, &vp, dev, 't')) != 0)

Completed in 10 milliseconds