Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c88 static char history_str[HIS_MAX_RECORD_LEN]; variable
903 (void) zpool_log_history(g_zfs, history_str); in zfs_do_clone()
1303 (void) zpool_log_history(g_zfs, history_str); in zfs_do_create()
2628 (void) zpool_log_history(g_zfs, history_str); in upgrade_set_callback()
9230 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main()
9268 (void) zpool_log_history(g_zfs, history_str); in main()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c446 static char history_str[HIS_MAX_RECORD_LEN]; variable
2390 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()
2435 if (zpool_export_force(zhp, history_str) != 0) in zpool_export_one()
2437 } else if (zpool_export(zhp, cb->force, history_str) != 0) { in zpool_export_one()
11390 (void) zpool_log_history(g_zfs, history_str); in upgrade_cb()
11509 (void) zpool_log_history(g_zfs, history_str); in upgrade_list_disabled_cb()
13681 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main()
13730 (void) zpool_log_history(g_zfs, history_str); in main()