Searched defs:Bootblk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c309 static struct mboot *Bootblk; /* pointer to cut/paste sector zero */ variable in typeref:struct:mboot
1168 Bootblk = (struct mboot *)Bootsect;
3938 (void) memcpy(iparts, Bootblk->parts, sizeof (iparts));
3940 if (LE_16(Bootblk->signature) != MBB_MAGIC) {
3943 (void) memcpy(Bootblk->bootinst, &BootCod, BOOTSZ);
3963 (void) memcpy(Bootblk->bootinst, &BootCod, BOOTSZ);
4033 boot_ptr = (struct ipart *)Bootblk->parts;
4042 Bootblk->signature = LE_16(MBB_MAGIC);

Completed in 123 milliseconds