Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h1360 #define ZPOOL_HIST_OUTPUT_NVL "out_nvl" macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1441 if (nvlist_exists(events[i], ZPOOL_HIST_OUTPUT_NVL)) { in dump_history()
1444 ZPOOL_HIST_OUTPUT_NVL), 8); in dump_history()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c8070 if (nvlist_exists(rec, ZPOOL_HIST_OUTPUT_NVL)) { in print_history_records()
8073 ZPOOL_HIST_OUTPUT_NVL), 8); in print_history_records()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c7316 fnvlist_add_nvlist(lognv, ZPOOL_HIST_OUTPUT_NVL, in zfsdev_ioctl()