Searched refs:zfsdev (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/lib/libbe/ |
| D | be.c | 1246 const char *zfsdev) in be_set_nextboot() argument 1255 if (be_set_nextboot(lbh, child[c], pool_guid, zfsdev) != 0) in be_set_nextboot() 1265 if (zpool_nextboot(lbh->lzh, pool_guid, vdev_guid, zfsdev) != 0) { in be_set_nextboot()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zfs_ioctl.c | 211 static struct cdev *zfsdev; variable 7154 zfsdev = make_dev(&zfs_cdevsw, 0x0, UID_ROOT, GID_OPERATOR, 0666, in zfsdev_init() 7161 if (zfsdev != NULL) in zfsdev_fini() 7162 destroy_dev(zfsdev); in zfsdev_fini()
|