Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom_sunlabel_enc.c107 if (vtocsane == SUN_VTOC_SANE && npart == SUN_NPART) { in sunlabel_dec()
160 if (sl->sl_vtoc_sane == SUN_VTOC_SANE in sunlabel_enc()
166 be32enc(p + SL_VTOC_SANITY, SUN_VTOC_SANE); in sunlabel_enc()
/NextBSD/sys/sys/
HDsun_disklabel.h56 #define SUN_VTOC_SANE 0x600DDEEE /* SVR4-compatible VTOC is "sane". */ macro
/NextBSD/sbin/sunlabel/
HDsunlabel.c269 havevtoc = sl->sl_vtoc_sane == SUN_VTOC_SANE; in check_label()
689 sl1.sl_vtoc_sane = SUN_VTOC_SANE; in parse_label()
779 havevtoc = sl->sl_vtoc_sane == SUN_VTOC_SANE; in print_label()