Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c708 } unmap_blk_descr_t; typedef
712 ((UINT16_MAX - sizeof (unmap_param_hdr_t)) / sizeof (unmap_blk_descr_t))
715 SD_UNMAP_MAX_DESCR * sizeof (unmap_blk_descr_t))
20564 num_descr * sizeof (unmap_blk_descr_t);
20624 static inline unmap_blk_descr_t *
20627 return ((unmap_blk_descr_t *)((uintptr_t)buf +
20628 sizeof (unmap_param_hdr_t) + (i * sizeof (unmap_blk_descr_t))));
20683 unmap_blk_descr_t *ubd;