Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers223 zpool_export_force;
H A Dlibzfs.h415 extern int zpool_export_force(zpool_handle_t *, const char *);
H A Dlibzfs_pool.c1580 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force() function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1607 if (zpool_export_force(zhp, history_str) != 0) in zpool_do_export()