Searched defs:hist_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1732 char *hist_buf; local
1747 hist_buf = kmem_alloc(size, KM_SLEEP);
1749 &zc->zc_history_len, hist_buf)) == 0) {
1750 error = ddi_copyout(hist_buf,
1756 kmem_free(hist_buf, size);

Completed in 75 milliseconds