Searched refs:ZPOOL_HIST_TIME (Results 1 – 4 of 4) sorted by relevance
234 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_TIME, &uint64) == 0) in spa_history_log_notify()291 fnvlist_add_uint64(nvl, ZPOOL_HIST_TIME, gethrestime_sec()); in spa_history_log_sync()
1443 #define ZPOOL_HIST_TIME "history time" macro
9068 if (nvlist_exists(rec, ZPOOL_HIST_TIME)) { in print_history_records()9073 ZPOOL_HIST_TIME); in print_history_records()
2099 if (nvlist_lookup_uint64(events[i], ZPOOL_HIST_TIME, in dump_history()