Searched refs:bfs_mntpath (Results 1 – 2 of 2) sorted by relevance
130 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()
58 char *bfs_mntpath; member