Searched refs:is_spare (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 210 is_spare(nvlist_t *config, const char *path) in is_spare() function 974 if (!is_spare(NULL, path)) in make_disks() 1018 if (!is_exclusive && !is_spare(NULL, udevpath)) { in make_disks() 1127 if (is_spare(config, buf)) in is_device_in_use() 1451 boolean_t is_log, is_special, is_dedup, is_spare; in construct_spec() local 1486 is_spare = B_TRUE; in construct_spec() 1500 is_special = is_dedup = is_spare = B_FALSE; in construct_spec() 1512 is_log = is_dedup = is_spare = B_FALSE; in construct_spec() 1520 is_log = is_special = is_spare = B_FALSE; in construct_spec() 1535 is_dedup = is_spare = B_FALSE; in construct_spec() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2791 size_t *rsz, boolean_t is_spare) in vdev_get_physpaths() argument 2805 if (is_spare) { in vdev_get_physpaths() 2821 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) { in vdev_get_physpaths() 2832 phypath_size, rsz, is_spare); in vdev_get_physpaths() 2901 boolean_t *is_spare, boolean_t *is_l2cache, boolean_t *is_log) in zpool_vdev_path_to_guid_impl() argument 2912 if (is_spare != NULL) in zpool_vdev_path_to_guid_impl() 2913 *is_spare = spare; in zpool_vdev_path_to_guid_impl()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_ioctl.h | 258 uint32_t is_spare[5]; member
|