ZPOOL_HIST_INT_NAME
} else if (nvlist_exists(events[i], ZPOOL_HIST_INT_NAME)) {
ZPOOL_HIST_INT_NAME));
} else if (nvlist_exists(rec, ZPOOL_HIST_INT_NAME)) {
fnvlist_lookup_string(rec, ZPOOL_HIST_INT_NAME));
if (nvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME, &string) == 0)
if (nvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME, &string) == 0)
} else if (nvlist_exists(nvl, ZPOOL_HIST_INT_NAME)) {
fnvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME),
fnvlist_lookup_string(nvl, ZPOOL_HIST_INT_NAME),
fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation);