Home
last modified time | relevance | path

Searched defs:sun_disklabel (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/sun/
H A Ddisklabel.h82 char sl_text[128];
84 u_int sl_xpmag; /* "extended" magic number */
86 u_char sl_types[MAXPARTITIONS];
87 u_int8_t sl_fragblock[MAXPARTITIONS];
88 u_int16_t sl_cpg[MAXPARTITIONS];
96 u_short sl_rpm; /* rotational speed */
100 char sl_xxx3[4];
102 u_short sl_ncylinders; /* data cylinders */
105 u_short sl_nsectors; /* sectors per track */
106 char sl_xxx4[4];
[all …]
/openbsd/usr.sbin/mksuncd/
H A Dmksuncd.c97 struct sun_disklabel { /* total size = 512 bytes */ struct
119 int adjust_base(int, struct sun_disklabel *); argument