Searched refs:zfsdev (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/lib/libbe/ |
| H A D | be.c | 986 const char *zfsdev) in be_set_nextboot() argument 995 if (be_set_nextboot(lbh, child[c], pool_guid, zfsdev) != 0) in be_set_nextboot() 1005 if (zpool_nextboot(lbh->lzh, pool_guid, vdev_guid, zfsdev) != 0) { in be_set_nextboot()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zfs_ioctl.c | 210 static struct cdev *zfsdev; variable 6987 zfsdev = make_dev(&zfs_cdevsw, 0x0, UID_ROOT, GID_OPERATOR, 0666, in zfsdev_init() 6994 if (zfsdev != NULL) in zfsdev_fini() 6995 destroy_dev(zfsdev); in zfsdev_fini()
|