Searched refs:SECSIZE (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dparam.h49 #ifndef SECSIZE
50 #define SECSIZE DEV_BSIZE macro
H A Ddefect.c499 secsz = SECSIZE;
H A Dmenu_command.c1290 SECSIZE : cur_disk->disk_lbasize);
/opensolaris-onvv-gate/usr/src/cmd/fmthard/
H A Dfmthard.c83 #ifndef SECSIZE
84 #define SECSIZE DEV_BSIZE macro
85 #endif /* SECSIZE */
230 sectsiz = SECSIZE;
/opensolaris-onvv-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h53 #define SECSIZE (un->un_secsize) macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1332 #ifndef SECSIZE
1333 #define SECSIZE 512 macro
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c5029 un->un_maxdma) / SECSIZE;
7333 size = (unsigned)(un->un_dp->bsize ? un->un_dp->bsize : SECSIZE);
7531 * XXX: should the dummy read be > SECSIZE? should it be the device's
7537 (void) st_cmd(un, SCMD_READ, SECSIZE, SYNC_CMD);

Completed in 132 milliseconds