Searched refs:is_spare (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dvdev.cc152 uint64_t is_spare(0);
157 (void)nvlist_lookup_uint64(m_config, ZPOOL_CONFIG_IS_SPARE, &is_spare);
158 return (bool(is_spare));
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c210 is_spare(nvlist_t *config, const char *path) function
974 if (!is_spare(NULL, path))
1018 if (!is_exclusive && !is_spare(NULL, udevpath)) {
1127 if (is_spare(config, buf))
1451 boolean_t is_log, is_special, is_dedup, is_spare; local
1461 is_log = is_special = is_dedup = is_spare = B_FALSE;
1486 is_spare = B_TRUE;
1500 is_special = is_dedup = is_spare = B_FALSE;
1512 is_log = is_dedup = is_spare = B_FALSE;
1520 is_log = is_special = is_spare
[all...]
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dldm.h253 HPT_UINT is_spare : 1; member in struct:hpt_raw_disk
/freebsd-13-stable/sys/dev/hptnr/
H A Dldm.h254 HPT_UINT is_spare : 1; member in struct:hpt_raw_disk
/freebsd-13-stable/sys/dev/hptrr/
H A Dldm.h252 HPT_UINT is_spare : 1; member in struct:hpt_raw_disk
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2885 size_t *rsz, boolean_t is_spare)
2899 if (is_spare) {
2915 (is_spare = (strcmp(type, VDEV_TYPE_SPARE) == 0))) {
2926 phypath_size, rsz, is_spare);
2989 * If is_spare, is_l2cache, or is_log is non-NULL, then store within it
2995 boolean_t *is_spare, boolean_t *is_l2cache, boolean_t *is_log)
3006 if (is_spare != NULL)
3007 *is_spare = spare;
2884 vdev_get_physpaths(nvlist_t *nv, char *physpath, size_t phypath_size, size_t *rsz, boolean_t is_spare) argument
2994 zpool_vdev_path_to_guid_impl(zpool_handle_t *zhp, const char *path, boolean_t *is_spare, boolean_t *is_l2cache, boolean_t *is_log) argument
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ioctl.h258 uint32_t is_spare[5]; member in struct:ieee80211_stats
/freebsd-13-stable/sys/dev/mfi/
H A Dmfireg.h1090 uint16_t is_spare : 1; member in struct:mfi_pd_ddf_type::__anon12667::__anon12668::__anon12669

Completed in 201 milliseconds