Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/ptyfs/
Dptyfs_subr.c201 if (pty >= pmnt->pmnt_bitmap_size * NBBY) { in ptyfs_set_active()
208 if (pty < pmnt->pmnt_bitmap_size * NBBY) { in ptyfs_set_active()
212 osize = pmnt->pmnt_bitmap_size; in ptyfs_set_active()
214 pmnt->pmnt_bitmap_size = nsize; in ptyfs_set_active()
240 if (pty >= 0 && pty < pmnt->pmnt_bitmap_size * NBBY) in ptyfs_clr_active()
256 while (pty < pmnt->pmnt_bitmap_size * NBBY) { in ptyfs_next_active()
Dptyfs_vfsops.c322 pmnt->pmnt_bitmap_size = 0; in ptyfs_mount()
379 if (pmnt->pmnt_bitmap_size > 0) in ptyfs_unmount()
380 kmem_free(pmnt->pmnt_bitmap, pmnt->pmnt_bitmap_size); in ptyfs_unmount()
Dptyfs.h119 int pmnt_bitmap_size; member