Home
last modified time | relevance | path

Searched refs:zpool_vdev_offline (Results 1 – 3 of 3) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs.h251 extern int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t);
HDlibzfs_pool.c2454 zpool_vdev_offline(zpool_handle_t *zhp, const char *path, boolean_t istmp) function
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c3639 if (zpool_vdev_offline(zhp, argv[i], istmp) != 0) in zpool_do_offline()