Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dglobal.h135 struct mboot boot_sec; /* fdisk partition info */ variable
H A Dmenu_fdisk.c513 (void) memcpy(&boot_sec, mbr, sizeof (struct mboot));
525 bootptr = &boot_sec.parts[ipc];
/titanic_41/usr/src/cmd/rmformat/
H A Drmf_slice.c1119 struct mboot *boot_sec; in get_fdisk() local
1183 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()