Searched refs:vdevpath (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/makefs/ |
| H A D | zfs.c | 89 { '\0', "path", &zfs->vdevpath, OPT_STRPTR, in zfs_prep_opts() 245 if (zfs->vdevpath == NULL) in zfs_check_opts() 246 easprintf(&zfs->vdevpath, "/dev/null"); in zfs_check_opts() 247 if (zfs->vdevpath[0] != '/') in zfs_check_opts() 248 errx(1, "path `%s' must be absolute", zfs->vdevpath); in zfs_check_opts() 264 free(zfs->vdevpath); in zfs_cleanup_opts() 341 nvlist_add_string(diskvdevnv, ZPOOL_CONFIG_PATH, zfs->vdevpath); in pool_disk_vdev_config_nvcreate()
|
| /freebsd/usr.sbin/makefs/zfs/ |
| H A D | zfs.h | 82 char *vdevpath; /* vdev path, pool property */ member
|