Searched full:disklabel (Results 1 – 8 of 8) sorted by relevance
18 /* Minimal definition of disklabel, so we don't have to include19 * asm/disklabel.h (confuses make)37 struct disklabel { struct73 struct disklabel __label; argument131 /* Swap the bootblock's disklabel into the bootloader */ in main()
21 struct disklabel { in karma_partition() struct39 label = (struct disklabel *)data; in karma_partition()
23 struct disklabel { in osf_partition() struct60 label = (struct disklabel *) (data+64); in osf_partition()
22 * BSD disklabel support by Yossi Gottlieb <yogo@math.tau.ac.il>302 /* check against BSD src/sys/sys/disklabel.h for consistency */306 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */352 * Create devices for BSD partitions listed in a disklabel, under a480 * Create devices for Unixware partitions listed in a disklabel, under a
62 printk(KERN_WARNING "Dev %s SGI disklabel: csum bad, label corrupted\n", in sgi_partition()
85 printk("Dev %s Sun disklabel: Csum bad, label corrupted\n", in sun_partition()
14 depend on having UnixWare disklabel support because one can also mount
138 char bootbits[1024]; /* Space for disklabel etc. */