Searched refs:zpool_history_unpack (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs.h | 395 extern int zpool_history_unpack(char *, uint64_t, uint64_t *,
|
| HD | libzfs_pool.c | 3688 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, function 3754 if ((err = zpool_history_unpack(buf, bytes_read,
|
| /NextBSD/cddl/contrib/opensolaris/cmd/zdb/ |
| HD | zdb.c | 1087 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()
|