Home
last modified time | relevance | path

Searched refs:cyl_ub (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Ddad_mode.h178 uchar_t cyl_ub; /* number of cylinders */ member
/titanic_41/usr/src/uts/common/io/
H A Demul64_bsd.c671 page4.cyl_ub = uint_to_byte2(ncyl); in bsd_mode_sense_dad_mode_geometry()
678 page4.cyl_ub = 0xff; in bsd_mode_sense_dad_mode_geometry()
/titanic_41/usr/src/cmd/format/
H A Dctlr_scsi.c666 p4_cylinders = (page4->cyl_ub << 16) + (page4->cyl_mb << 8) + in scsi_format_time()
1273 tmp1 = (page4->cyl_ub << 16) + (page4->cyl_mb << 8) + page4->cyl_lb;
H A Dauto_sense.c1051 pcyl = (page4->cyl_ub << 16) + (page4->cyl_mb << 8) + in generic_disk_sense()
/titanic_41/usr/src/uts/intel/io/amr/
H A Damr.c2049 page4p->cyl_ub = BE_8((ncyl >> 16) & 0xff); in amr_mode_sense()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.c4101 page4p->cyl_ub = (ncyl >> 16) & 0xff; in aac_mode_sense()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5124 ncyl = (page4p->cyl_ub << 16) + (page4p->cyl_mb << 8) + page4p->cyl_lb; in sd_get_physical_geometry()