Searched refs:zpool_history_unpack (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 205 zpool_history_unpack;
|
H A D | libzfs.h | 388 extern int zpool_history_unpack(char *, uint64_t, uint64_t *,
|
H A D | libzfs_pool.c | 3608 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, in zpool_history_unpack() function 3670 if ((err = zpool_history_unpack(buf, bytes_read, in zpool_get_history()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 1076 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()
|