Lines Matching refs:labelBlock
888 struct label_blk_t *labelBlock; in mformat() local
1427 labelBlock = & boot.boot.ext.fat32.labelBlock; in mformat()
1442 labelBlock = & boot.boot.ext.old.labelBlock; in mformat()
1454 labelBlock->physdrive = 0x00; in mformat()
1455 labelBlock->reserved = 0; in mformat()
1456 labelBlock->dos4 = 0x29; in mformat()
1462 set_dword(labelBlock->serial, serial); in mformat()
1466 strncpy(labelBlock->label, shortlabel.base, 8); in mformat()
1467 strncpy(labelBlock->label+8, shortlabel.ext, 3); in mformat()
1468 sprintf(labelBlock->fat_type, "FAT%2.2d ", Fs.fat_bits); in mformat()
1469 labelBlock->fat_type[7] = ' '; in mformat()
1479 bootOffset = ((unsigned char *) labelBlock) - boot.bytes + in mformat()