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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c218 static char history_str[HIS_MAX_RECORD_LEN]; variable
1388 ret = (zpool_destroy(zhp, history_str) != 0);
1456 if (zpool_export_force(zhp, history_str) != 0)
1458 } else if (zpool_export(zhp, force, history_str) != 0) {
5780 (void) zpool_log_history(g_zfs, history_str);
5804 (void) zpool_log_history(g_zfs, history_str);
6701 zfs_save_arguments(argc, argv, history_str, sizeof (history_str));
6728 (void) zpool_log_history(g_zfs, history_str);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c86 static char history_str[HIS_MAX_RECORD_LEN]; variable
2111 (void) zpool_log_history(g_zfs, history_str);
7497 zfs_save_arguments(argc, argv, history_str, sizeof (history_str));
7573 (void) zpool_log_history(g_zfs, history_str);

Completed in 181 milliseconds