taglinefilesource code
bootblock23arch/alpha/boot/tools/build.cunsigned long bootblock[64];
bootblock71arch/alpha/boot/tools/build.cmemcpy(bootblock, "Linux Test", 10);
bootblock72arch/alpha/boot/tools/build.cbootblock[60] = NR_SECTORS;  /* count (32 kB) */
bootblock73arch/alpha/boot/tools/build.cbootblock[61] = 1;    /* starting LBM */
bootblock74arch/alpha/boot/tools/build.cbootblock[62] = 0;    /* flags */
bootblock77arch/alpha/boot/tools/build.ctmp += ~bootblock[i];
bootblock78arch/alpha/boot/tools/build.cbootblock[63] = tmp;
bootblock79arch/alpha/boot/tools/build.cif (write(1, (char *) bootblock, 512) != 512) {
bootblock335fs/hpfs/hpfs_fs.cstruct hpfs_boot_block *bootblock;
bootblock372fs/hpfs/hpfs_fs.cbootblock = map_sector(dev, 0, &bh0);
bootblock373fs/hpfs/hpfs_fs.cif (!bootblock)
bootblock389fs/hpfs/hpfs_fs.cif (bootblock->magic != 0xaa55
bootblock392fs/hpfs/hpfs_fs.c|| bootblock->sig_28h != 0x28
bootblock393fs/hpfs/hpfs_fs.c|| memcmp(&bootblock->sig_hpfs, "HPFS    ", 8)
bootblock394fs/hpfs/hpfs_fs.c|| little_ushort(bootblock->bytes_per_sector) != 512) {