Lines Matching defs:capp
1519 static int sd_send_scsi_READ_CAPACITY(sd_ssc_t *ssc, uint64_t *capp,
1521 static int sd_send_scsi_READ_CAPACITY_16(sd_ssc_t *ssc, uint64_t *capp,
20016 * values in *capp and *lbap are undefined. If the capacity
20022 * capp - ptr to unsigned 64-bit variable to receive the
20044 sd_send_scsi_READ_CAPACITY(sd_ssc_t *ssc, uint64_t *capp, uint32_t *lbap,
20062 ASSERT(capp != NULL);
20202 *capp = capacity;
20229 * then the values in *capp and *lbap are undefined.
20237 * capp - ptr to unsigned 64-bit variable to receive the
20262 sd_send_scsi_READ_CAPACITY_16(sd_ssc_t *ssc, uint64_t *capp,
20281 ASSERT(capp != NULL);
20426 *capp = capacity;