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

  /src/sys/fs/ptyfs/
ptyfs.h 160 int ptyfs_next_active(struct mount *, int);
ptyfs_subr.c 250 ptyfs_next_active(struct mount *mp, int pty) function in typeref:typename:int
ptyfs_vnops.c 612 if (pty < 0 || ptyfs_next_active(dvp->v_mount, pty) != pty)
617 if (ptyfs_next_active(dvp->v_mount, pty) != pty) {
709 n = ptyfs_next_active(vp->v_mount, i - 2);
ptyfs_vfsops.c 172 && ptyfs_next_active(mp, pty) != pty)

Completed in 30 milliseconds