Home
last modified time | relevance | path

Searched defs:mboot (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/contrib/openzfs/lib/libspl/include/sys/dktp/
H A Dfdisk.h146 struct mboot { /* master boot block */ struct
147 char bootinst[BOOTSZ];
148 uint16_t win_volserno_lo;
149 uint16_t win_volserno_hi;
150 uint16_t reserved;
151 char parts[FD_NUMPART * sizeof (struct ipart)];
152 ushort_t signature;
/freebsd-src/sbin/fdisk/
H A Dfdisk.c79 struct mboot { struct
85 static struct mboot mboot; variable
[all...]