NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MBR_SIG
sbin/gpt/create.c
104
mbr->mbr_sig = htole16(MBR_SIG);
sbin/gpt/gpt.c
298
if (mbr->mbr_sig != htole16(MBR_SIG)) {
sbin/gpt/recover.c
221
mbr->mbr_sig = htole16(MBR_SIG);
sbin/gpt/restore.c
322
mbr->mbr_sig = htole16(MBR_SIG);