Searched defs:history_str (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 195 static char history_str[HIS_MAX_RECORD_LEN]; variable 1146 ret = (zpool_destroy(zhp, history_str) != 0); 1214 if (zpool_export_force(zhp, history_str) != 0) 1216 } else if (zpool_export(zhp, force, history_str) != 0) { 4609 (void) zpool_log_history(g_zfs, history_str); 5425 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); 5453 (void) zpool_log_history(g_zfs, history_str);
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 79 static char history_str[HIS_MAX_RECORD_LEN]; variable 2055 (void) zpool_log_history(g_zfs, history_str); 6964 zfs_save_arguments(argc, argv, history_str, sizeof (history_str)); 7040 (void) zpool_log_history(g_zfs, history_str);
|
Completed in 89 milliseconds