Searched refs:zpool_vdev_remove (Results 1 – 4 of 4) sorted by relevance
214 zpool_vdev_remove;
239 extern int zpool_vdev_remove(zpool_handle_t *, const char *);
2828 zpool_vdev_remove(zpool_handle_t *zhp, const char *path) in zpool_vdev_remove() function
554 if (zpool_vdev_remove(zhp, argv[i]) != 0) in zpool_do_remove()