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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1520 uint32_t *lbap, int path_flag);
1522 uint32_t *lbap, uint32_t *psp, int path_flag);
20016 * values in *capp and *lbap are undefined. If the capacity
20024 * lbap - ptr to unsigned 32-bit varaible to receive the
20044 sd_send_scsi_READ_CAPACITY(sd_ssc_t *ssc, uint64_t *capp, uint32_t *lbap, argument
20063 ASSERT(lbap != NULL);
20203 *lbap = lbasize;
20229 * then the values in *capp and *lbap are undefined.
20239 * lbap - ptr to unsigned 32-bit varaible to receive the
20263 uint32_t *lbap, uint32_
20262 sd_send_scsi_READ_CAPACITY_16(sd_ssc_t *ssc, uint64_t *capp, uint32_t *lbap, uint32_t *psp, int path_flag) argument
[all...]

Completed in 93 milliseconds