Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs.h354 extern int zpool_export(zpool_handle_t *, boolean_t, const char *);
HDlibzfs_pool.c1406 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export() function
/NextBSD/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c1194 } else if (zpool_export(zhp, force, history_str) != 0) { in zpool_do_export()