Home
last modified time | relevance | path

Searched refs:zpool_vdev_detach (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libzfs/common/
H A Dmapfile-vers241 zpool_vdev_detach;
H A Dlibzfs.h248 extern int zpool_vdev_detach(zpool_handle_t *, const char *);
H A Dlibzfs_pool.c2701 zpool_vdev_detach(zpool_handle_t *zhp, const char *path) in zpool_vdev_detach() function
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_main.c3223 ret = zpool_vdev_detach(zhp, path); in zpool_do_detach()