Searched refs:zpool_history_unpack (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzutil.h | 144 extern int zpool_history_unpack(char *, uint64_t, uint64_t *, nvlist_t ***,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_pool.c | 105 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 D | libzfs_pool.c | 4322 if ((err = zpool_history_unpack(buf, bytes_read, in zpool_get_history()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 280 …<elf-symbol name='zpool_history_unpack' type='func-type' binding='global-binding' visibility='defa… 1481 …zpool_history_unpack' mangled-name='zpool_history_unpack' filepath='/home/fedora/zfs/lib/libzutil/…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2087 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()
|