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

/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10057 print_history_records(nvlist_t *nvhis, hist_cbdata_t *cb) argument
10063 verify(nvlist_lookup_nvlist_array(nvhis, ZPOOL_HIST_RECORD,
10187 nvlist_t *nvhis; local
10198 if ((ret = zpool_get_history(zhp, &nvhis, &off, &eof)) != 0)
10201 print_history_records(nvhis, cb);
10202 nvlist_free(nvhis);

Completed in 186 milliseconds