Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dctlr_scsi.h145 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 Dctlr_scsi.c2599 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 Dauto_sense.c184 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 Dlabel.c198 struct scsi_capacity_16 capacity; in do_geometry_sanity_check()
568 struct scsi_capacity_16 cap16; in get_disk_capacity()
H A Dmenu_command.c799 struct scsi_capacity_16 capacity; in c_format()
/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dio.c82 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 Dg_state.h209 extern int g_scsi_read_capacity_1016_cmd(int, struct scsi_capacity_16 *,
/titanic_44/usr/src/uts/common/io/
H A Demul64_bsd.c953 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 Dcommands.h648 struct scsi_capacity_16 { struct
/titanic_44/usr/src/cmd/luxadm/
H A Dg_adm.c124 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 Daac.c4804 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 Dsd.c20259 #define SD_CAPACITY_16_SIZE sizeof (struct scsi_capacity_16)