Home
last modified time | relevance | path

Searched defs:cpu_disklabel (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/sys/arch/evbcf/include/
H A Ddisklabel.h61 struct cpu_disklabel { struct
63 u_char vid_id[4]; /* volume ID */
65 u_char vid_0[16];
66 u_int vid_oss; /* starting block # of bootstrap */
68 u_short vid_osl; /* bootstrap length (30 blocks) */
70 u_char vid_1[4];
71 u_short vid_osa_u; /* bootstrap start address (upper) */
72 u_short vid_osa_l; /* bootstrap start address (lower) */
76 u_char vid_2[2];
77 u_short partitions;
[all …]
/netbsd-src/sys/arch/mvme68k/include/
H A Ddisklabel.h61 struct cpu_disklabel { struct
63 u_char vid_id[4]; /* volume ID */
65 u_char vid_0[16];
66 u_int vid_oss; /* starting block # of bootstrap */
68 u_short vid_osl; /* bootstrap length (30 blocks) */
70 u_char vid_1[4];
71 u_short vid_osa_u; /* bootstrap start address (upper) */
72 u_short vid_osa_l; /* bootstrap start address (lower) */
76 u_char vid_2[2];
77 u_short partitions;
[all …]
/netbsd-src/sys/arch/ofppc/include/
H A Ddisklabel.h50 struct cpu_disklabel { struct
51 daddr_t cd_start; /* Offset to NetBSD partition in blocks */
52 daddr_t cd_labelsector; /* label sector offset from cd_start */
53 int cd_labeloffset; /* label byte offset within label sector */
55 u_long rdblock; /* may be RDBNULL which invalidates */
56 u_long pblist[MAXPARTITIONS]; /* partblock number (RDB list order) */
57 int pbindex[MAXPARTITIONS]; /* index of pblock (partition order) */
58 int valid; /* essential that this is valid */
/netbsd-src/sys/arch/amiga/include/
H A Ddisklabel.h48 struct cpu_disklabel { struct
49 u_long rdblock; /* may be RDBNULL which invalidates */
50 u_long pblist[MAXPARTITIONS]; /* partblock number (RDB list order) */
51 int pbindex[MAXPARTITIONS]; /* index of pblock (partition order) */
52 int valid; /* essential that this is valid */
/netbsd-src/sys/arch/amigappc/include/
H A Ddisklabel.h48 struct cpu_disklabel { struct
49 u_long rdblock; /* may be RDBNULL which invalidates */
50 u_long pblist[MAXPARTITIONS]; /* partblock number (RDB list order) */
51 int pbindex[MAXPARTITIONS]; /* index of pblock (partition order) */
52 int valid; /* essential that this is valid */
/netbsd-src/sys/arch/hppa/include/
H A Ddisklabel.h56 struct cpu_disklabel { struct
57 struct hppa_lifvol lifvol;
58 struct hppa_lifdir lifdir[HPPA_LIF_NUMDIR];
60 struct dkbad bad; /* To make wd(4) happy */
/netbsd-src/sys/arch/atari/include/
H A Ddisklabel.h51 struct cpu_disklabel { struct
52 u_int cd_bblock; /* start of NetBSD boot block */
54 u_int cd_label; /* offset of NetBSD disk label */
56 u_int cd_bslst; /* start of AHDI bad sector list */
57 u_int cd_bslend; /* end of AHDI bad sector list */
58 u_int cd_roots[MAXAUXROOTS+1]; /* auxiliary root sectors */
/netbsd-src/sys/arch/sh3/include/
H A Ddisklabel.h54 struct cpu_disklabel { struct
55 struct mbr_partition mbrparts[MBR_PART_COUNT];
57 struct dkbad bad;
/netbsd-src/sys/arch/bebox/include/
H A Ddisklabel.h54 struct cpu_disklabel { struct
55 struct mbr_partition mbrparts[MBR_PART_COUNT];
57 struct dkbad bad;
/netbsd-src/sys/arch/riscv/include/
H A Ddisklabel.h49 struct cpu_disklabel { struct
61 struct cpu_disklabel *, const char **, int *, int *); argument
/netbsd-src/sys/arch/ibmnws/include/
H A Ddisklabel.h51 struct cpu_disklabel { struct
52 struct mbr_partition mbrparts[MBR_PART_COUNT];
54 struct dkbad bad;
/netbsd-src/sys/arch/sandpoint/include/
H A Ddisklabel.h49 struct cpu_disklabel { struct
50 struct mbr_partition mbrparts[MBR_PART_COUNT];
52 struct dkbad bad;
/netbsd-src/sys/arch/prep/include/
H A Ddisklabel.h49 struct cpu_disklabel { struct
50 struct mbr_partition mbrparts[MBR_PART_COUNT];
52 struct dkbad bad;
/netbsd-src/sys/arch/ews4800mips/include/
H A Ddisklabel.h63 struct cpu_disklabel { struct
72 void vtoc_set_default(struct cpu_disklabel *, struct disklabel *); argument
/netbsd-src/sys/arch/mvmeppc/include/
H A Ddisklabel.h51 struct cpu_disklabel { struct
52 struct mbr_partition mbrparts[MBR_PART_COUNT];
54 struct dkbad bad;
/netbsd-src/sys/arch/rs6000/include/
H A Ddisklabel.h49 struct cpu_disklabel { struct
50 struct mbr_partition mbrparts[MBR_PART_COUNT];
52 struct dkbad bad;
/netbsd-src/sys/arch/playstation2/include/
H A Ddisklabel.h55 struct cpu_disklabel { struct
56 struct mbr_partition dosparts[MBR_PART_COUNT];
58 struct dkbad bad;
/netbsd-src/sys/arch/arc/include/
H A Ddisklabel.h56 struct cpu_disklabel { struct
57 struct mbr_partition mbrparts[MBR_PART_COUNT];
59 struct dkbad bad;
/netbsd-src/sys/arch/landisk/include/
H A Ddisklabel.h56 struct cpu_disklabel { struct
57 struct mbr_partition mbrparts[MBR_PART_COUNT];
59 struct dkbad bad;
/netbsd-src/sys/arch/emips/include/
H A Ddisklabel.h51 struct cpu_disklabel { struct
52 struct mbr_partition mbrparts[MBR_PART_COUNT];
54 struct dkbad bad;
/netbsd-src/sys/arch/cobalt/include/
H A Ddisklabel.h55 struct cpu_disklabel { struct
56 struct mbr_partition mbrparts[MBR_PART_COUNT];
58 struct dkbad bad;
/netbsd-src/sys/arch/or1k/include/
H A Ddisklabel.h49 struct cpu_disklabel { struct
61 struct cpu_disklabel *, const char **, int *, int *); argument
/netbsd-src/sys/arch/evbppc/include/
H A Ddisklabel.h61 struct cpu_disklabel { struct
63 struct mbr_partition mbrparts[MBR_PART_COUNT];
66 struct dkbad bad; /* bad-sector information */
/netbsd-src/sys/arch/evbmips/include/
H A Ddisklabel.h95 struct cpu_disklabel { struct
96 struct mbr_partition mbrparts[MBR_PART_COUNT];
98 struct dkbad bad;
207 struct cpu_disklabel { struct
209 struct dkbad bad; /* must have one element. */
/netbsd-src/sys/arch/arm/include/
H A Ddisklabel.h86 struct cpu_disklabel { struct
98 struct cpu_disklabel *, const char **, int *, int *); argument

12