Searched refs:zpool_history_unpack (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_pool.c | 106 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, in zpool_history_unpack() function
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzutil.h | 169 _LIBZUTIL_H int zpool_history_unpack(char *, uint64_t, uint64_t *, nvlist_t ***,
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 4765 if ((err = zpool_history_unpack(buf, bytes_read, in zpool_get_history()
|
H A D | libzfs.abi | 523 …<elf-symbol name='zpool_history_unpack' type='func-type' binding='global-binding' visibility='defa… 6357 …='zpool_history_unpack' mangled-name='zpool_history_unpack' visibility='default' binding='global' …
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 2336 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()
|