Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c457 struct mboot extmboot; in findPartitionOffset() local
590 read(fd, &extmboot, sizeof (extmboot)) != in findPartitionOffset()
591 sizeof (extmboot)) { in findPartitionOffset()
596 (void) memcpy(part, extmboot.parts, sizeof (part)); in findPartitionOffset()
598 if (ltohs(extmboot.signature) != MBB_MAGIC) { in findPartitionOffset()
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c617 struct mboot extmboot; in seek_partn() local
783 read(fd, &extmboot, sizeof (extmboot)) != in seek_partn()
784 sizeof (extmboot)) { in seek_partn()
789 (void) memcpy(part, extmboot.parts, sizeof (part)); in seek_partn()
791 if (ltohs(extmboot.signature) != MBB_MAGIC) { in seek_partn()