Searched refs:nvhis (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c5874 print_history_records(nvlist_t *nvhis, hist_cbdata_t *cb) argument
5880 verify(nvlist_lookup_nvlist_array(nvhis, ZPOOL_HIST_RECORD,
5987 nvlist_t *nvhis; local
5998 if ((ret = zpool_get_history(zhp, &nvhis, &off, &eof)) != 0)
6001 print_history_records(nvhis, cb);
6002 nvlist_free(nvhis);

Completed in 116 milliseconds