Home
last modified time | relevance | path

Searched refs:ZPOOL_HIST_TIME (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_history.c234 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()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1443 #define ZPOOL_HIST_TIME "history time" macro
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9068 if (nvlist_exists(rec, ZPOOL_HIST_TIME)) { in print_history_records()
9073 ZPOOL_HIST_TIME); in print_history_records()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2099 if (nvlist_lookup_uint64(events[i], ZPOOL_HIST_TIME, in dump_history()