Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/mbr/
H A Dmbr.c38 static char new_mboot[SECTOR_SIZE]; variable
92 if (fd == -1 || read(fd, new_mboot, SECTOR_SIZE) != SECTOR_SIZE) { in main()
149 bcopy((void *)new_mboot, (void *)boot_sect, BOOTSZ); in main()