Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_history.c240 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()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h896 #define ZPOOL_HIST_CMD "history command" macro
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c4884 if (nvlist_exists(rec, ZPOOL_HIST_CMD)) { in get_history_one()
4886 fnvlist_lookup_string(rec, ZPOOL_HIST_CMD)); in get_history_one()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1091 if (nvlist_lookup_string(events[i], ZPOOL_HIST_CMD, in dump_history()