Searched refs:bootsect (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 313 char bootsect[512 * 3]; /* 3 sectors to be safe */ in partition_has_fdisk() local 327 if ((ioctl(fd, DKIOCGMBOOT, bootsect) < 0) && (errno != ENOTTY)) { in partition_has_fdisk() 554 char bootsect[512]; in get_parts() local 587 if (read(fd, bootsect, 512) != 512) { in get_parts() 593 (void) memcpy(&bootblk, bootsect, sizeof (bootblk)); in get_parts()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | menu.lst | 73 # chainload /bootsect.dos
|
H A D | grub.info-1 | 1248 # chainload /bootsect.dos
|
H A D | grub.texi | 1405 # chainload /bootsect.dos
|
H A D | grub.info | 1248 # chainload /bootsect.dos
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs.c | 175 static int copy_bootblk(char *fn, boot_sector_t *bootsect, 2698 copy_bootblk(char *fn, boot_sector_t *bootsect, ulong_t *bootblksize) in copy_bootblk() argument 2713 bsfd = verify_bootblkfile(fn, bootsect, bootblksize); in copy_bootblk() 2719 (void) memcpy(bootsect, DefBootSec, BPSEC); in copy_bootblk() 3197 boot_sector_t bootsect; in write_fat() local 3205 bsfd = copy_bootblk(fn, &bootsect, &bootblksize); in write_fat() 3213 write_bootsects(fd, &bootsect, wbpb, &fsinfo, seekto); in write_fat()
|