Searched refs:hist_nvl (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_history.c | 200 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 D | spa.c | 9706 spa_event_create(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument 9712 resource = zfs_event_create(spa, vd, FM_SYSEVENT_CLASS, name, hist_nvl); 9740 spa_event_notify(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument 9742 spa_event_post(spa_event_create(spa, vd, hist_nvl, name));
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa_impl.h | 447 extern sysevent_t *spa_event_create(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl,
|
| H A D | spa.h | 1184 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, nvlist_t *hist_nvl,
|