Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h499 _LIBZFS_H int zpool_get_history(zpool_handle_t *, nvlist_t **, uint64_t *,
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4739 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp, uint64_t *off, in zpool_get_history() function
H A Dlibzfs.abi511 …<elf-symbol name='zpool_get_history' type='func-type' binding='global-binding' visibility='default…
6891 …name='zpool_get_history' mangled-name='zpool_get_history' visibility='default' binding='global' si…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c11915 if ((ret = zpool_get_history(zhp, &nvhis, &off, &eof)) != 0) in get_history_one()