Home
last modified time | relevance | path

Searched refs:ZPOOL_HIST_IOCTL (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_history.c223 if (nvlist_lookup_string(nvl, ZPOOL_HIST_IOCTL, &string) == 0) in spa_history_log_notify()
329 } else if (nvlist_exists(nvl, ZPOOL_HIST_IOCTL)) { in spa_history_log_sync()
331 fnvlist_lookup_string(nvl, ZPOOL_HIST_IOCTL)); in spa_history_log_sync()
H A Dzfs_ioctl.c8154 fnvlist_add_string(lognv, ZPOOL_HIST_IOCTL, in zfsdev_ioctl_common()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1743 #define ZPOOL_HIST_IOCTL "ioctl" macro
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2414 } else if (nvlist_exists(events[i], ZPOOL_HIST_IOCTL)) { in dump_history()
2417 ZPOOL_HIST_IOCTL)); in dump_history()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11917 } else if (nvlist_exists(rec, ZPOOL_HIST_IOCTL)) { in print_history_records()
11921 fnvlist_lookup_string(rec, ZPOOL_HIST_IOCTL)); in print_history_records()