Home
last modified time | relevance | path

Searched refs:BOOTSZ (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/dktp/
H A Dfdisk.h65 #define BOOTSZ 440 /* size of boot code in master boot block */ macro
147 char bootinst[BOOTSZ];
/titanic_41/usr/src/cmd/boot/mbr/
H A Dmbr.c149 bcopy((void *)new_mboot, (void *)boot_sect, BOOTSZ); in main()
/titanic_41/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1187 bcopy(device->boot_sector + BOOTSZ, install->stage1_buf + BOOTSZ, in prepare_stage1()
1188 SECTOR_SIZE - BOOTSZ); in prepare_stage1()
/titanic_41/usr/src/cmd/fdisk/
H A Dfdisk.c3943 (void) memcpy(Bootblk->bootinst, &BootCod, BOOTSZ);
3963 (void) memcpy(Bootblk->bootinst, &BootCod, BOOTSZ);