Lines Matching refs:hib
923 struct handle_info *hib; in bofi_ioctl() local
1606 hib = hdlip = in bofi_ioctl()
1610 hib = hdlip = 0; in bofi_ioctl()
1682 kmem_free(hib, in bofi_ioctl()
1683 req_count * sizeof (*hib)); in bofi_ioctl()
1693 kmem_free(hib, in bofi_ioctl()
1694 req_count * sizeof (*hib)); in bofi_ioctl()
1704 kmem_free(hib, req_count * sizeof (*hib)); in bofi_ioctl()
1709 if (ddi_copyout(hib, hdl_info.hdli, in bofi_ioctl()
1710 count * sizeof (*hib), mode) != 0) { in bofi_ioctl()
1713 kmem_free(hib, in bofi_ioctl()
1714 req_count * sizeof (*hib)); in bofi_ioctl()
1720 kmem_free(hib, req_count * sizeof (*hib)); in bofi_ioctl()