Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c6230 print_history_records(nvlist_t *nvhis, hist_cbdata_t *cb) in print_history_records() argument
6236 verify(nvlist_lookup_nvlist_array(nvhis, ZPOOL_HIST_RECORD, in print_history_records()
6343 nvlist_t *nvhis; in get_history_one() local
6354 if ((ret = zpool_get_history(zhp, &nvhis, &off, &eof)) != 0) in get_history_one()
6357 print_history_records(nvhis, cb); in get_history_one()
6358 nvlist_free(nvhis); in get_history_one()