Searched refs:boot_sec (Results 1 – 3 of 3) sorted by relevance
1119 struct mboot *boot_sec; in get_fdisk() local1183 boot_sec = (struct mboot *)buf; in get_fdisk()1186 if (les(boot_sec->signature) != MBB_MAGIC) { in get_fdisk()1189 les(boot_sec->signature), MBB_MAGIC); in get_fdisk()1197 part = (struct ipart *)&boot_sec->parts[i * in get_fdisk()
135 extern struct mboot boot_sec; /* fdisk partition info */
64 struct mboot boot_sec; variable516 (void) memcpy(&boot_sec, mbr, sizeof (struct mboot));528 bootptr = &boot_sec.parts[ipc];