Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dsun_disklabel.h53 #define SUN_DKMAGIC 55998 macro
/freebsd-12-stable/sbin/sunlabel/
Dsunlabel.c233 if (sl.sl_magic != SUN_DKMAGIC) in main()
246 if (sl.sl_magic != SUN_DKMAGIC) in main()
251 if (sl.sl_magic != SUN_DKMAGIC) in main()
409 sl->sl_magic = SUN_DKMAGIC; in write_label()
/freebsd-12-stable/sys/geom/
Dgeom_sunlabel_enc.c128 if (u == 0 && sl->sl_magic == SUN_DKMAGIC) in sunlabel_dec()