Searched defs:avail_spare (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c545 boolean_t avail_spare, l2cache; local
553 &avail_spare, &l2cache, NULL)) != NULL) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1923 * 'avail_spare' is set to TRUE if the provided guid refers to an AVAIL
1927 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, argument
2078 avail_spare, l2cache, NULL)) != NULL) {
2099 avail_spare, l2cache, NULL)) != NULL) {
2100 *avail_spare = B_TRUE;
2110 avail_spare, l2cache, NULL)) != NULL) {
2126 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log)
2136 *avail_spare = B_FALSE;
2140 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log);
2159 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, argument
2125 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2393 boolean_t avail_spare, l2cache, islog; local
2465 boolean_t avail_spare, l2cache; local
2605 boolean_t avail_spare, l2cache, islog; local
2768 boolean_t avail_spare, l2cache; local
3074 boolean_t avail_spare, l2cache, islog; local
3120 boolean_t avail_spare, l2cache; local
[all...]

Completed in 531 milliseconds