Searched refs:scsi_capacity_16 (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/format/ |
H A D | ctlr_scsi.h | 145 int uscsi_read_capacity(int, struct scsi_capacity_16 *); 146 int uscsi_read_capacity_16(int, struct scsi_capacity_16 *); 152 uint8_t get_cur_protection_type(struct scsi_capacity_16 *);
|
H A D | ctlr_scsi.c | 2599 struct scsi_capacity_16 *capacity; 2605 (void) memset((char *)capacity, 0, sizeof (struct scsi_capacity_16)); 2612 ucmd.uscsi_buflen = sizeof (struct scsi_capacity_16); 2646 sizeof (struct scsi_capacity_16), HEX_ONLY); 2658 struct scsi_capacity_16 *capacity; 2668 (void) memset((char *)capacity, 0, sizeof (struct scsi_capacity_16)); 2695 ucmd.uscsi_buflen = sizeof (struct scsi_capacity_16); 2738 sizeof (struct scsi_capacity_16), HEX_ONLY); 3603 get_cur_protection_type(struct scsi_capacity_16 *capacity) in get_cur_protection_type()
|
H A D | auto_sense.c | 184 struct scsi_capacity_16 *capacity, 192 struct scsi_capacity_16 *capacity); 834 struct scsi_capacity_16 capacity; in auto_sense() 957 struct scsi_capacity_16 *capacity, in generic_disk_sense() 1442 struct scsi_capacity_16 *capacity) in use_existing_disk_type()
|
H A D | label.c | 198 struct scsi_capacity_16 capacity; in do_geometry_sanity_check() 568 struct scsi_capacity_16 cap16; in get_disk_capacity()
|
H A D | menu_command.c | 799 struct scsi_capacity_16 capacity; in c_format()
|
/titanic_44/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 82 static int scsi_read_capacity_16_cmd(int, struct scsi_capacity_16 *, int); 482 struct scsi_capacity_16 *cap_ptr, int buf_len) in g_scsi_read_capacity_1016_cmd() 491 (buf_len < sizeof (struct scsi_capacity_16))) { in g_scsi_read_capacity_1016_cmd() 526 struct scsi_capacity_16 *cap_ptr, int buf_len) in scsi_read_capacity_16_cmd() 533 (buf_len < sizeof (struct scsi_capacity_16))) { in scsi_read_capacity_16_cmd()
|
/titanic_44/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_state.h | 209 extern int g_scsi_read_capacity_1016_cmd(int, struct scsi_capacity_16 *,
|
/titanic_44/usr/src/uts/common/io/ |
H A D | emul64_bsd.c | 953 struct scsi_capacity_16 cap; in bsd_scsi_read_capacity_16() 968 pkt->pkt_resid = sp->cmd_count - sizeof (struct scsi_capacity_16); in bsd_scsi_read_capacity_16() 971 sizeof (struct scsi_capacity_16)); in bsd_scsi_read_capacity_16()
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | commands.h | 648 struct scsi_capacity_16 { struct
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | g_adm.c | 124 struct scsi_capacity_16 *cap_data); 6092 struct scsi_capacity_16 cap_data; in display_lun_info() 6325 get_lun_capacity(char *devpath, struct scsi_capacity_16 *cap_data) in get_lun_capacity() 6337 sizeof (struct scsi_capacity_16)); in get_lun_capacity()
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 4804 struct scsi_capacity_16 cap16; in aac_tran_start_ld() 4805 int cap_len = sizeof (struct scsi_capacity_16); in aac_tran_start_ld()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 20259 #define SD_CAPACITY_16_SIZE sizeof (struct scsi_capacity_16)
|