Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzutil.h144 extern int zpool_history_unpack(char *, uint64_t, uint64_t *, nvlist_t ***,
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_pool.c105 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, in zpool_history_unpack() function
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4322 if ((err = zpool_history_unpack(buf, bytes_read, in zpool_get_history()
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi280 …<elf-symbol name='zpool_history_unpack' type='func-type' binding='global-binding' visibility='defa…
1481zpool_history_unpack' mangled-name='zpool_history_unpack' filepath='/home/fedora/zfs/lib/libzutil/…
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2087 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()