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