Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs.h249 extern int zpool_vdev_online(zpool_handle_t *, const char *, int,
HDlibzfs_pool.c2381 zpool_vdev_online(zpool_handle_t *zhp, const char *path, int flags, function
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c3562 if (zpool_vdev_online(zhp, argv[i], flags, &newstate) == 0) { in zpool_do_online()