<dec f='src/src/sys/fs/ptyfs/ptyfs.h' l='161' type='int ptyfs_allocvp(struct mount * , struct vnode ** , ptyfstype , int )'/>
<def f='src/src/sys/fs/ptyfs/ptyfs_subr.c' l='109' ll='118' type='int ptyfs_allocvp(struct mount * mp, struct vnode ** vpp, ptyfstype type, int pty)'/>
<doc f='src/src/sys/fs/ptyfs/ptyfs_subr.c' l='101'>/*
 * allocate a ptyfsnode/vnode pair.  the vnode is referenced.
 *
 * the pty, ptyfs_type, and mount point uniquely
 * identify a ptyfsnode.  the mount point is needed
 * because someone might mount this filesystem
 * twice.
 */</doc>
<use f='src/src/sys/fs/ptyfs/ptyfs_vfsops.c' l='211' u='c' c='ptyfs__allocvp'/>
<use f='src/src/sys/fs/ptyfs/ptyfs_vfsops.c' l='396' u='c' c='ptyfs_root'/>
<use f='src/src/sys/fs/ptyfs/ptyfs_vnops.c' l='637' u='c' c='ptyfs_lookup'/>
