Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers232 zpool_get_history;
H A Dlibzfs.h439 extern int zpool_get_history(zpool_handle_t *, nvlist_t **, uint64_t *,
H A Dlibzfs_pool.c4374 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp, uint64_t *off, in zpool_get_history() function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c8129 if ((ret = zpool_get_history(zhp, &nvhis, &off, &eof)) != 0) in get_history_one()