Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c94 static int zpool_do_export(int, char **);
196 { "export", zpool_do_export, HELP_EXPORT },
1354 zpool_do_export(int argc, char **argv) in zpool_do_export() function