Searched refs:extmboot (Results 1 – 2 of 2) sorted by relevance
457 struct mboot extmboot; in findPartitionOffset() local590 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()
617 struct mboot extmboot; in seek_partn() local783 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()