Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c308 static char history_str[HIS_MAX_RECORD_LEN]; variable
1539 ret = (zpool_destroy(zhp, history_str) != 0); in zpool_do_destroy()
1607 if (zpool_export_force(zhp, history_str) != 0) in zpool_do_export()
1609 } else if (zpool_export(zhp, force, history_str) != 0) { in zpool_do_export()
7643 (void) zpool_log_history(g_zfs, history_str); in upgrade_cb()
8476 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main()
8504 (void) zpool_log_history(g_zfs, history_str); in main()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c87 static char history_str[HIS_MAX_RECORD_LEN]; variable
825 (void) zpool_log_history(g_zfs, history_str); in zfs_do_clone()
1083 (void) zpool_log_history(g_zfs, history_str); in zfs_do_create()
2233 (void) zpool_log_history(g_zfs, history_str); in upgrade_set_callback()
8114 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main()
8190 (void) zpool_log_history(g_zfs, history_str); in main()