Home
last modified time | relevance | path

Searched refs:VFSTOPTY (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/fs/ptyfs/
Dptyfs_subr.c197 struct ptyfsmount *pmnt = VFSTOPTY(mp); in ptyfs_set_active()
236 struct ptyfsmount *pmnt = VFSTOPTY(mp); in ptyfs_clr_active()
252 struct ptyfsmount *pmnt = VFSTOPTY(mp); in ptyfs_next_active()
Dptyfs.h123 #define VFSTOPTY(mp) ((struct ptyfsmount *)(mp)->mnt_data) macro
Dptyfs_vfsops.c227 struct ptyfsmount *pmnt = VFSTOPTY(mp); in ptyfs__getvattr()
286 pmnt = VFSTOPTY(mp); in ptyfs_mount()