Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1731 #define ZPOOL_HIST_ERRNO "errno" macro
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2413 if (nvlist_exists(events[i], ZPOOL_HIST_ERRNO)) { in dump_history()
2416 ZPOOL_HIST_ERRNO)); in dump_history()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11860 if (nvlist_exists(rec, ZPOOL_HIST_ERRNO)) { in print_history_records()
11863 ZPOOL_HIST_ERRNO)); in print_history_records()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c8082 fnvlist_add_int64(lognv, ZPOOL_HIST_ERRNO, in zfsdev_ioctl_common()