Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dmapfile-vers203 zpool_get_history;
H A Dlibzfs.h389 extern int zpool_get_history(zpool_handle_t *, nvlist_t **);
H A Dlibzfs_pool.c3656 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp) in zpool_get_history() function
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c4838 if ((ret = zpool_get_history(zhp, &nvhis)) != 0) in get_history_one()