Searched refs:history_str (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 308 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 D | zfs_main.c | 88 static char history_str[HIS_MAX_RECORD_LEN]; variable 826 (void) zpool_log_history(g_zfs, history_str); in zfs_do_clone() 1109 (void) zpool_log_history(g_zfs, history_str); in zfs_do_create() 2259 (void) zpool_log_history(g_zfs, history_str); in upgrade_set_callback() 8141 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); in main() 8217 (void) zpool_log_history(g_zfs, history_str); in main()
|