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.c205 if (nvlist_lookup_string(nvl, ZPOOL_HIST_CMD, &string) == 0) in spa_history_log_notify()
293 if (nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync()
295 fnvlist_lookup_string(nvl, ZPOOL_HIST_CMD)); in spa_history_log_sync()
347 nvlist_exists(nvl, ZPOOL_HIST_CMD)) { in spa_history_log_sync()
366 fnvlist_add_string(nvl, ZPOOL_HIST_CMD, msg); in spa_history_log()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1735 #define ZPOOL_HIST_CMD "history command" macro
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2378 if (nvlist_exists(events[i], ZPOOL_HIST_CMD)) { in dump_history()
2380 fnvlist_lookup_string(events[i], ZPOOL_HIST_CMD)); in dump_history()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11882 if (nvlist_exists(rec, ZPOOL_HIST_CMD)) { in print_history_records()
11884 fnvlist_lookup_string(rec, ZPOOL_HIST_CMD)); in print_history_records()