Home
last modified time | relevance | path

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

/illumos-gate/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.c1303 SECSIZE : cur_disk->disk_lbasize); in c_repair()
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s42 .set SECSIZE,0x200 # Size of a single disk sector define
44 .set STACK,EXEC+SECSIZE*4 # Stack address
76 movw $SECSIZE-(main-start),%cx # Byte count
122 addw $SECSIZE/16,%ax # sector
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c86 #ifndef SECSIZE
87 #define SECSIZE DEV_BSIZE macro
233 sectsiz = SECSIZE; in main()
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h53 #define SECSIZE (un->un_secsize) macro
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1332 #ifndef SECSIZE
1333 #define SECSIZE 512 macro
/illumos-gate/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()