Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzutil/common/
H A Dlibzutil.h112 extern int zpool_history_unpack(char *, uint64_t, uint64_t *, nvlist_t ***,
H A Dmapfile-vers43 zpool_history_unpack;
H A Dzutil_pool.c108 zpool_history_unpack(char *buf, uint64_t bytes_read, uint64_t *leftover, in zpool_history_unpack() function
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c4401 if ((err = zpool_history_unpack(buf, bytes_read, in zpool_get_history()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1372 if (zpool_history_unpack(buf, len, &resid, &events, &num) != 0) in dump_history()