Searched refs:history_str (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c198 static char history_str[HIS_MAX_RECORD_LEN]; variable
1188 ret = (zpool_destroy(zhp, history_str) != 0);
1256 if (zpool_export_force(zhp, history_str) != 0)
1258 } else if (zpool_export(zhp, force, history_str) != 0) {
4735 (void) zpool_log_history(g_zfs, history_str);
4759 (void) zpool_log_history(g_zfs, history_str);
5639 zfs_save_arguments(argc, argv, history_str, sizeof (history_str));
5666 (void) zpool_log_history(g_zfs, history_str);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c82 static char history_str[HIS_MAX_RECORD_LEN]; variable
2081 (void) zpool_log_history(g_zfs, history_str);
7086 zfs_save_arguments(argc, argv, history_str, sizeof (history_str));
7162 (void) zpool_log_history(g_zfs, history_str);

Completed in 141 milliseconds