Searched refs:history_str (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 191 static char history_str[HIS_MAX_RECORD_LEN]; variable 996 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy() 1064 if (zpool_export_force(zhp, history_str) != 0) in zpool_do_export() 1066 } else if (zpool_export(zhp, force, history_str) != 0) { in zpool_do_export() 4488 (void) zpool_log_history(g_zfs, history_str); in upgrade_cb() 5330 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main() 5358 (void) zpool_log_history(g_zfs, history_str); in main()
|
/titanic_41/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 83 static char history_str[HIS_MAX_RECORD_LEN]; variable 2064 (void) zpool_log_history(g_zfs, history_str); in upgrade_set_callback() 7401 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main() 7503 (void) zpool_log_history(g_zfs, history_str); in main()
|