Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c212 nvlist_t *hist_nvl = fnvlist_alloc(); in spa_history_log_notify() local
217 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_CMD, string); in spa_history_log_notify()
223 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_ZONE, string); in spa_history_log_notify()
226 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_HOST, string); in spa_history_log_notify()
229 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_DSNAME, string); in spa_history_log_notify()
235 fnvlist_add_string(hist_nvl, ZFS_EV_HIST_IOCTL, string); in spa_history_log_notify()
241 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_DSID, uint64); in spa_history_log_notify()
244 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TXG, uint64); in spa_history_log_notify()
247 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TIME, uint64); in spa_history_log_notify()
250 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_WHO, uint64); in spa_history_log_notify()
[all …]
H A Dspa.c8923 spa_event_create(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument
8960 if (hist_nvl != NULL) {
8961 fnvlist_merge((nvlist_t *)attr, hist_nvl);
9003 spa_event_notify(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument
9005 spa_event_post(spa_event_create(spa, vd, hist_nvl, name));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h1101 extern void spa_event_notify(spa_t *spa, vdev_t *vdev, nvlist_t *hist_nvl,
1103 extern sysevent_t *spa_event_create(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl,