Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom_sunlabel.c220 label = gctl_get_paraml(req, "bootcode", SUN_BOOTSIZE); in g_sunlabel_config()
230 if (gsp->slices[i].length <= SUN_BOOTSIZE) in g_sunlabel_config()
234 SUN_BOOTSIZE - SUN_SIZE); in g_sunlabel_config()
/NextBSD/sys/sys/
HDsun_disklabel.h65 #define SUN_BOOTSIZE 8192 macro
/NextBSD/sbin/sunlabel/
HDsunlabel.c398 char boot[SUN_BOOTSIZE]; in write_label()