taglinefilesource code
bootblock22arch/alpha/boot/tools/build.cunsigned long bootblock[64];
bootblock77arch/alpha/boot/tools/build.cmemcpy(bootblock, "Linux Test", 10);
bootblock78arch/alpha/boot/tools/build.cbootblock[60] = BOOT_SIZE / 512;  /* count */
bootblock79arch/alpha/boot/tools/build.cbootblock[61] = 1;      /* starting LBM */
bootblock80arch/alpha/boot/tools/build.cbootblock[62] = 0;      /* flags */
bootblock83arch/alpha/boot/tools/build.ctmp += bootblock[i];
bootblock84arch/alpha/boot/tools/build.cbootblock[63] = tmp;
bootblock85arch/alpha/boot/tools/build.cif (write(1, (char *) bootblock, 512) != 512) {
bootblock333fs/hpfs/hpfs_fs.cstruct hpfs_boot_block *bootblock;
bootblock373fs/hpfs/hpfs_fs.cbootblock = map_sector(dev, 0, &bh0);
bootblock374fs/hpfs/hpfs_fs.cif (!bootblock)
bootblock390fs/hpfs/hpfs_fs.cif (bootblock->magic != 0xaa55
bootblock393fs/hpfs/hpfs_fs.c|| bootblock->sig_28h != 0x28
bootblock394fs/hpfs/hpfs_fs.c|| memcmp(&bootblock->sig_hpfs, "HPFS    ", 8)
bootblock395fs/hpfs/hpfs_fs.c|| little_ushort(bootblock->bytes_per_sector) != 512) {