Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h1363 #define ZPOOL_HIST_ERRNO "errno" macro
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1446 if (nvlist_exists(events[i], ZPOOL_HIST_ERRNO)) { in dump_history()
1449 ZPOOL_HIST_ERRNO)); in dump_history()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c8075 if (nvlist_exists(rec, ZPOOL_HIST_ERRNO)) { in print_history_records()
8078 ZPOOL_HIST_ERRNO)); in print_history_records()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c7320 fnvlist_add_int64(lognv, ZPOOL_HIST_ERRNO, in zfsdev_ioctl()