Searched refs:secsiz (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dminfo.c46 infosec = (InfoSector_t *) safe_malloc(WORD(secsiz));
48 (mt_off_t) WORD(secsiz) * WORD(ext.fat32.infoSector),
49 WORD(secsiz));
108 sector_size = WORD(secsiz);
134 printf("sector size: %d bytes\n", WORD(secsiz));
190 size = WORD(secsiz);
H A Dmclasserase.c155 sector_size = WORD(secsiz) * dev.heads;
H A Dmsdos.h165 unsigned char secsiz[2]; /* 11 Bytes per sector hopefully 512 */ member in struct:bootsector
H A Dinit.c262 This->sector_size = WORD(secsiz);
H A Dplain_io.c248 dev->sectors = dev->sectors * WORD(secsiz) / 512;
H A Dmformat.c1250 set_word(boot->secsiz, Fs.sector_size);

Completed in 88 milliseconds