Home
last modified time | relevance | path

Searched refs:d_magic2 (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dboot2.c340 if ((d->d_magic == DISKMAGIC && d->d_magic2 == DISKMAGIC) || in dskread()
342 swap32(d->d_magic2) == DISKMAGIC)) { in dskread()
/titanic_53/usr/src/boot/sys/sys/
H A Ddisklabel.h130 u_int32_t d_magic2; /* the magic number (again) */ member
/titanic_53/usr/src/boot/sys/boot/arm/at91/boot2/
H A Dboot2.c278 if (d->d_magic != DISKMAGIC || d->d_magic2 != DISKMAGIC) { in dskread()
/titanic_53/usr/src/boot/sys/boot/common/
H A Dpart.c509 le32toh(dl->d_magic2) != DISKMAGIC) in ptable_bsdread()