Home
last modified time | relevance | path

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

/freebsd/sys/sys/disk/
H A Dbsd.h166 #define FS_BOOT 13 /* partition contains bootstrap */ macro
/freebsd/sbin/newfs/
H A Dnewfs.c362 if (pp->p_fstype == FS_BOOT) in main()