Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_history.c204 if (nvlist_lookup_string(nvl, ZPOOL_HIST_CMD, &string) == 0) in spa_history_log_notify()
292 if (nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync()
294 fnvlist_lookup_string(nvl, ZPOOL_HIST_CMD)); in spa_history_log_sync()
346 nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync()
365 fnvlist_add_string(nvl, ZPOOL_HIST_CMD, msg); in spa_history_log()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1695 #define ZPOOL_HIST_CMD "history command" macro
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2302 if (nvlist_exists(events[i], ZPOOL_HIST_CMD)) { in dump_history()
2304 fnvlist_lookup_string(events[i], ZPOOL_HIST_CMD)); in dump_history()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11785 if (nvlist_exists(rec, ZPOOL_HIST_CMD)) { in print_history_records()
11787 fnvlist_lookup_string(rec, ZPOOL_HIST_CMD)); in print_history_records()