Searched refs:ZPOOL_HIST_CMD (Results 1 – 4 of 4) sorted by relevance
240 if (nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync()242 fnvlist_lookup_string(nvl, ZPOOL_HIST_CMD)); in spa_history_log_sync()274 nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync()293 fnvlist_add_string(nvl, ZPOOL_HIST_CMD, msg); in spa_history_log()
896 #define ZPOOL_HIST_CMD "history command" macro
4882 if (nvlist_exists(rec, ZPOOL_HIST_CMD)) { in get_history_one()4884 fnvlist_lookup_string(rec, ZPOOL_HIST_CMD)); in get_history_one()
1101 if (nvlist_lookup_string(events[i], ZPOOL_HIST_CMD, in dump_history()