Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs.h230 extern int zpool_destroy(zpool_handle_t *, const char *);
HDlibzfs_pool.c1223 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() function
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c1124 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()