Home
last modified time | relevance | path

Searched refs:zpool_history_unpack (Results 1 – 3 of 3) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs.h395 extern int zpool_history_unpack(char *, uint64_t, uint64_t *,
HDlibzfs_pool.c3688 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/
HDzdb.c1087 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()