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

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c210 static char history_str[HIS_MAX_RECORD_LEN]; variable
1339 ret = (zpool_destroy(zhp, history_str) != 0);
1407 if (zpool_export_force(zhp, history_str) != 0)
1409 } else if (zpool_export(zhp, force, history_str) != 0) {
5424 (void) zpool_log_history(g_zfs, history_str);
5448 (void) zpool_log_history(g_zfs, history_str);
6345 zfs_save_arguments(argc, argv, history_str, sizeof (history_str));
6372 (void) zpool_log_history(g_zfs, history_str);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c85 static char history_str[HIS_MAX_RECORD_LEN]; variable
2110 (void) zpool_log_history(g_zfs, history_str);
7454 zfs_save_arguments(argc, argv, history_str, sizeof (history_str));
7530 (void) zpool_log_history(g_zfs, history_str);

Completed in 187 milliseconds