Searched refs:FORMG1COUNT (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 1345 FORMG1COUNT(&cdb, (uint16_t)nbytes); in uscsi_mode_sense_10() 1566 FORMG1COUNT(&cdb, (uint16_t)nbytes); in uscsi_mode_select_10() 1608 FORMG1COUNT(&cdb, (uint16_t)page_size); in uscsi_log_sense()
|
/titanic_50/usr/src/uts/common/sys/scsi/impl/ |
H A D | commands.h | 412 #define FORMG1COUNT(cdb, cnt) (cdb)->g1_count1 = ((cnt) >> 8); \ macro 540 FORMG1COUNT(((union scsi_cdb *)(pktp)->pkt_cdbp), (cnt))
|
/titanic_50/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 251 FORMG1COUNT(&cdb, nsectors); 1768 FORMG1COUNT(&cdb, sizeof (struct scsi_defect_hdr)); 1813 FORMG1COUNT(&cdb, nbytes); 3435 FORMG1COUNT(&cdb, sizeof (struct scsi_defect_hdr)); in check_support_for_defects()
|
/titanic_50/usr/src/cmd/smserverd/ |
H A D | smediad.c | 1608 FORMG1COUNT(&cdb, num_sectors); in raw_read() 1669 FORMG1COUNT(&cdb, num_sectors); in raw_write() 1880 FORMG1COUNT(&cdb, 1); /* One block */ in reassign_block() 1898 FORMG1COUNT(&cdb, 1); /* One block */ in reassign_block()
|
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 303 FORMG1COUNT(cdbp, cnt); in scsi_setup_cdb()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 13952 FORMG1COUNT(cdbp, blockcount); 14044 FORMG1COUNT(cdbp, blockcount); 20938 FORMG1COUNT(&cdb, data_len); 21044 FORMG1COUNT(&cdb, data_len); 21658 FORMG1COUNT(&cdb, buflen); 21779 FORMG1COUNT(&cdb, buflen); 21906 FORMG1COUNT(&cdb, block_count); 22000 FORMG1COUNT(&cdb, buflen); 22132 FORMG1COUNT(&cdb, buflen);
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 6137 FORMG1COUNT(cdb, datain_len); in vdc_scsi_alloc_persistent_in() 6175 FORMG1COUNT(cdb, dataout_len); in vdc_scsi_alloc_persistent_out()
|
H A D | vds.c | 1422 FORMG1COUNT(&cdb, nsectors); in vd_do_scsi_rdwr()
|