Searched refs:history_str (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 328 static char history_str[HIS_MAX_RECORD_LEN]; variable 1759 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy() 1786 if (zpool_export_force(zhp, history_str) != 0) in zpool_export_one() 1788 } else if (zpool_export(zhp, cb->force, history_str) != 0) { in zpool_export_one() 8686 (void) zpool_log_history(g_zfs, history_str); in upgrade_cb() 8793 (void) zpool_log_history(g_zfs, history_str); in upgrade_list_disabled_cb() 10377 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main() 10426 (void) zpool_log_history(g_zfs, history_str); in main()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 89 static char history_str[HIS_MAX_RECORD_LEN]; variable 876 (void) zpool_log_history(g_zfs, history_str); in zfs_do_clone() 1275 (void) zpool_log_history(g_zfs, history_str); in zfs_do_create() 2469 (void) zpool_log_history(g_zfs, history_str); in upgrade_set_callback() 8648 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main() 8684 (void) zpool_log_history(g_zfs, history_str); in main()
|