Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c130 bfs->bfs_mntpath = kmem_alloc(dpn.pn_pathlen + 1, KM_SLEEP); in bootfs_mount()
131 bcopy(dpn.pn_path, bfs->bfs_mntpath, dpn.pn_pathlen); in bootfs_mount()
132 bfs->bfs_mntpath[dpn.pn_pathlen] = '\0'; in bootfs_mount()
181 kmem_free(bfs->bfs_mntpath, strlen(bfs->bfs_mntpath) + 1); in bootfs_unmount()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h58 char *bfs_mntpath; member