Searched refs:zpool_history_unpack (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs.h | 445 extern int zpool_history_unpack(char *, uint64_t, uint64_t *,
|
| D | libzfs_pool.c | 4084 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, function 4154 if ((err = zpool_history_unpack(buf, bytes_read,
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/ |
| D | zdb.c | 1322 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()
|