Searched refs:VTOC_UNMNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dsun_disklabel.h94 #define VTOC_UNMNT 0x01 /* unmountable partition */ macro
/freebsd-10.1-release/sbin/sunlabel/
H A Dsunlabel.c152 { "wu", VTOC_UNMNT },
154 { "ru", VTOC_UNMNT | VTOC_RONLY },
306 ((sl->sl_vtoc_map[i].svtoc_flag & VTOC_UNMNT) != 0 ||
307 (sl->sl_vtoc_map[j].svtoc_flag & VTOC_UNMNT) != 0);

Completed in 101 milliseconds