Searched refs:SECSIZE (Results 1 – 8 of 8) sorted by relevance
49 #ifndef SECSIZE50 #define SECSIZE DEV_BSIZE macro
499 secsz = SECSIZE; in deflist_size()
1303 SECSIZE : cur_disk->disk_lbasize); in c_repair()
42 .set SECSIZE,0x200 # Size of a single disk sector define44 .set STACK,EXEC+SECSIZE*4 # Stack address76 movw $SECSIZE-(main-start),%cx # Byte count122 addw $SECSIZE/16,%ax # sector
86 #ifndef SECSIZE87 #define SECSIZE DEV_BSIZE macro233 sectsiz = SECSIZE; in main()
53 #define SECSIZE (un->un_secsize) macro
1332 #ifndef SECSIZE1333 #define SECSIZE 512 macro
5027 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()