Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c219 if (nvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME, &string) == 0) in spa_history_log_notify()
237 if (nvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME, &string) == 0) in spa_history_log_notify()
310 } else if (nvlist_exists(nvl, ZPOOL_HIST_INT_NAME)) { in spa_history_log_sync()
314 fnvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME), in spa_history_log_sync()
321 fnvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME), in spa_history_log_sync()
542 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation); in log_internal()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h1357 #define ZPOOL_HIST_INT_NAME "internal_name" macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1413 } else if (nvlist_exists(events[i], ZPOOL_HIST_INT_NAME)) { in dump_history()
1418 ZPOOL_HIST_INT_NAME)); in dump_history()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c8045 } else if (nvlist_exists(rec, ZPOOL_HIST_INT_NAME)) { in print_history_records()
8050 fnvlist_lookup_string(rec, ZPOOL_HIST_INT_NAME)); in print_history_records()