Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs.h445 extern int zpool_history_unpack(char *, uint64_t, uint64_t *,
Dlibzfs_pool.c4084 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/
Dzdb.c1322 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()