Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/
H A Dzfs_comutil.h45 #define ZFS_NUM_LEGACY_HISTORY_EVENTS 41 macro
46 extern const char *zfs_history_event_names[ZFS_NUM_LEGACY_HISTORY_EVENTS];
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_comutil.c194 const char *zfs_history_event_names[ZFS_NUM_LEGACY_HISTORY_EVENTS] = {
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c9086 if (ievent >= ZFS_NUM_LEGACY_HISTORY_EVENTS) { in print_history_records()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2111 if (ievent >= ZFS_NUM_LEGACY_HISTORY_EVENTS) in dump_history()