Searched refs:BSD_DISKMAGIC (Results 1 – 1 of 1) sorted by relevance
36 #ifndef BSD_DISKMAGIC37 #define BSD_DISKMAGIC ((uint32_t) 0x82564557) macro859 d->d_magic = BSD_DISKMAGIC; in xbsd_initlabel()887 d->d_magic2 = BSD_DISKMAGIC; in xbsd_initlabel()943 if (d->d_magic != BSD_DISKMAGIC || d->d_magic2 != BSD_DISKMAGIC) in xbsd_readlabel()