Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_history.c233 if (nvlist_lookup_string(nvl, ZPOOL_HIST_IOCTL, &string) == 0) in spa_history_log_notify()
339 } else if (nvlist_exists(nvl, ZPOOL_HIST_IOCTL)) { in spa_history_log_sync()
341 fnvlist_lookup_string(nvl, ZPOOL_HIST_IOCTL)); in spa_history_log_sync()
HDzfs_ioctl.c6790 fnvlist_add_string(lognv, ZPOOL_HIST_IOCTL, in zfsdev_ioctl()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
HDzfs.h1063 #define ZPOOL_HIST_IOCTL "ioctl" macro
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
HDzpool_main.c5929 } else if (nvlist_exists(rec, ZPOOL_HIST_IOCTL)) { in print_history_records()
5933 fnvlist_lookup_string(rec, ZPOOL_HIST_IOCTL)); in print_history_records()