Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_history.c200 nvlist_t *hist_nvl = fnvlist_alloc(); in spa_history_log_notify() local
205 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_CMD, string); in spa_history_log_notify()
211 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_ZONE, string); in spa_history_log_notify()
214 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_HOST, string); in spa_history_log_notify()
217 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_DSNAME, string); in spa_history_log_notify()
223 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_IOCTL, string); in spa_history_log_notify()
229 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_DSID, uint64); in spa_history_log_notify()
232 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TXG, uint64); in spa_history_log_notify()
235 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TIME, uint64); in spa_history_log_notify()
238 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_WHO, uint64); in spa_history_log_notify()
[all …]
H A Dspa.c10787 spa_event_create(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument
10793 resource = zfs_event_create(spa, vd, FM_SYSEVENT_CLASS, name, hist_nvl);
10799 (void) spa, (void) vd, (void) hist_nvl, (void) name;
10825 spa_event_notify(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument
10827 spa_event_post(spa_event_create(spa, vd, hist_nvl, name));
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h487 extern sysevent_t *spa_event_create(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl,
H A Dspa.h1205 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, nvlist_t *hist_nvl,