Home
last modified time | relevance | path

Searched refs:procfsmount (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/miscfs/procfs/
Dprocfs.h207 struct procfsmount { struct
211 #define VFSTOPROC(mp) ((struct procfsmount *)(mp)->mnt_data) argument
Dprocfs_vfsops.c165 struct procfsmount *pmnt; in procfs_mount()
196 pmnt = kmem_zalloc(sizeof(struct procfsmount), KM_SLEEP); in procfs_mount()
229 kmem_free(mp->mnt_data, sizeof(struct procfsmount)); in procfs_unmount()