Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk_osf.c36 #ifndef BSD_DISKMAGIC
37 #define BSD_DISKMAGIC ((uint32_t) 0x82564557) macro
859 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()