Lines Matching refs:clfs_dev
152 free(fs->clfs_dev); in reinit_fs()
170 fs->clfs_dev = fsname; in init_unmounted_fs()
171 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDWR)) < 0) { in init_unmounted_fs()
173 fs->clfs_dev); in init_unmounted_fs()
220 fs->clfs_dev = strndup(do_asdevice,strlen(do_asdevice) + 2); in init_fs()
221 if (fs->clfs_dev == NULL) { in init_fs()
234 fs->clfs_dev = malloc(mlen); in init_fs()
235 if (fs->clfs_dev == NULL) { in init_fs()
239 if (getdiskrawname(fs->clfs_dev, mlen, sf.f_mntfromname) == NULL) { in init_fs()
245 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDONLY, 0)) < 0) { in init_fs()
247 fs->clfs_dev); in init_fs()
325 fs->clfs_dev); in init_fs()