Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs.h354 extern int zpool_export(zpool_handle_t *, boolean_t, const char *);
Dlibzfs_pool.c1425 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export() function
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c1258 } else if (zpool_export(zhp, force, history_str) != 0) { in zpool_do_export()