Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dparam.h49 #ifndef SECSIZE
50 #define SECSIZE DEV_BSIZE macro
H A Ddefect.c499 secsz = SECSIZE; in deflist_size()
H A Dmenu_command.c1294 SECSIZE : cur_disk->disk_lbasize); in c_repair()
/titanic_41/usr/src/cmd/fmthard/
H A Dfmthard.c83 #ifndef SECSIZE
84 #define SECSIZE DEV_BSIZE macro
230 sectsiz = SECSIZE; in main()
/titanic_41/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h53 #define SECSIZE (un->un_secsize) macro
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1332 #ifndef SECSIZE
1333 #define SECSIZE 512 macro
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c5027 un->un_maxdma) / SECSIZE; in st_ioctl()
7331 size = (unsigned)(un->un_dp->bsize ? un->un_dp->bsize : SECSIZE); in st_get_density()
7535 (void) st_cmd(un, SCMD_READ, SECSIZE, SYNC_CMD); in st_test_append()