scsi_capacity_16
struct scsi_capacity_16 *capacity)
struct scsi_capacity_16 *capacity,
struct scsi_capacity_16 *capacity);
struct scsi_capacity_16 capacity;
struct scsi_capacity_16 *capacity,
uscsi_read_capacity_16(int fd, struct scsi_capacity_16 *capacity)
(void) memset((char *)capacity, 0, sizeof (struct scsi_capacity_16));
ucmd.uscsi_buflen = sizeof (struct scsi_capacity_16);
sizeof (struct scsi_capacity_16), HEX_ONLY);
uscsi_read_capacity(int fd, struct scsi_capacity_16 *capacity)
(void) memset((char *)capacity, 0, sizeof (struct scsi_capacity_16));
ucmd.uscsi_buflen = sizeof (struct scsi_capacity_16);
sizeof (struct scsi_capacity_16), HEX_ONLY);
get_cur_protection_type(struct scsi_capacity_16 *capacity)
int uscsi_read_capacity(int, struct scsi_capacity_16 *);
int uscsi_read_capacity_16(int, struct scsi_capacity_16 *);
uint8_t get_cur_protection_type(struct scsi_capacity_16 *);
struct scsi_capacity_16 capacity;
struct scsi_capacity_16 cap16;
struct scsi_capacity_16 capacity;
struct scsi_capacity_16 *cap_data);
struct scsi_capacity_16 cap_data;
get_lun_capacity(char *devpath, struct scsi_capacity_16 *cap_data)
sizeof (struct scsi_capacity_16));
extern int g_scsi_read_capacity_1016_cmd(int, struct scsi_capacity_16 *,
struct scsi_capacity_16 *cap_ptr, int buf_len)
(buf_len < sizeof (struct scsi_capacity_16))) {
struct scsi_capacity_16 *cap_ptr, int buf_len)
(buf_len < sizeof (struct scsi_capacity_16))) {
static int scsi_read_capacity_16_cmd(int, struct scsi_capacity_16 *, int);
struct scsi_capacity_16 cap16;
int cap_len = sizeof (struct scsi_capacity_16);
struct scsi_capacity_16 cap;
pkt->pkt_resid = sp->cmd_count - sizeof (struct scsi_capacity_16);
sizeof (struct scsi_capacity_16));
#define SD_CAPACITY_16_SIZE sizeof (struct scsi_capacity_16)