Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs.h355 extern int zpool_export_force(zpool_handle_t *, const char *);
HDlibzfs_pool.c1412 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force() function
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c1192 if (zpool_export_force(zhp, history_str) != 0) in zpool_do_export()