Searched refs:bootblock (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/alpha/boot/tools/
H A Dmkbb.c1 /* This utility makes a bootblock suitable for the SRM console/miniloader */
6 * Where <device> is the name of the device to install the bootblock on,
7 * and <lxboot> is the name of a bootblock to merge in. This bootblock
80 } bootblock; typedef in typeref:union:__bootblock
87 bootblock bootblock_from_disk; main()
88 bootblock bootloader_image; main()
115 nread = read(fd, &bootloader_image, sizeof(bootblock)); main()
116 if(nread != sizeof(bootblock)) { main()
118 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread); main()
122 /* Read in the bootblock from disk. */ main()
123 nread = read(dev, &bootblock_from_disk, sizeof(bootblock)); main()
124 if(nread != sizeof(bootblock)) { main()
125 perror("bootblock read"); main()
126 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread); main()
130 /* Swap the bootblock's disklabel into the bootloader */ main()
133 /* Calculate the bootblock checksum */ main()
142 if(write(dev, &bootloader_image, sizeof(bootblock)) != sizeof(bootblock)) { main()
143 perror("bootblock write"); main()
H A Dobjstrip.c79 primary = 1; /* make primary bootblock */ main()
106 /* generate bootblock for primary loader */ main()
124 strcpy((char *) bb, "Linux SRM bootblock"); main()
/linux-4.1.27/include/linux/
H A Dqnx6_fs.h22 #define QNX6_BOOTBLOCK_SIZE 0x2000 /* heading bootblock area */
/linux-4.1.27/drivers/media/pci/ttpci/
H A Dav7110_hw.c154 u32 base, bootblock = AV7110_BOOT_BLOCK; load_dram() local
168 mwdebi(av7110, DEBISWAB, bootblock, load_dram()
170 bootblock ^= 0x1400; load_dram()
183 mwdebi(av7110, DEBISWAB, bootblock, load_dram()
186 mwdebi(av7110, DEBISWAB, bootblock, load_dram()
/linux-4.1.27/fs/qnx6/
H A Dinode.c339 /* try again without bootblock offset */ qnx6_fill_super()
345 /* seems that no bootblock at partition start */ qnx6_fill_super()
378 /* set bootblock offset */ qnx6_fill_super()
/linux-4.1.27/fs/hpfs/
H A Dsuper.c520 struct hpfs_boot_block *bootblock; hpfs_fill_super() local
569 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; hpfs_fill_super()
574 if (/*le16_to_cpu(bootblock->magic) != BB_MAGIC hpfs_fill_super()
/linux-4.1.27/arch/arm/mach-sa1100/
H A Dcollie.c295 .name = "bootblock",
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c337 /* We have found a working bootblock. Now read the init_axis_flash()
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c480 /* We have found a working bootblock. Now read the init_axis_flash()
/linux-4.1.27/sound/isa/
H A Dsscape.c534 * Upload the bootblock(?) into the SoundScape. The only
/linux-4.1.27/drivers/block/
H A Dfloppy.c3831 * the bootblock (block 0). "Autodetection" is also needed to check whether

Completed in 509 milliseconds