Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 10 of 10) sorted by relevance

/csrg-svn/include/
H A Ddisktab.h28 struct partition { struct
29 int p_size; /* #sectors in partition */
30 short p_bsize; /* block size in bytes */
31 short p_fsize; /* frag size in bytes */
/csrg-svn/sys/sys/
H A Ddisklabel.h130 struct partition { /* the partition table */ struct
131 u_int32_t p_size; /* number of sectors in partition */
132 u_int32_t p_offset; /* starting sector */
133 u_int32_t p_fsize; /* filesystem basic fragment size */
134 u_int8_t p_fstype; /* filesystem type, see below */
135 u_int8_t p_frag; /* filesystem fragments per block */
136 union {
139 } __partition_u1;
H A Dreboot.h58 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \ argument
/csrg-svn/sys/i386/stand/
H A Dbootxx.c32 register int io, partition, howto; in main() local
H A Dwd.c76 int unit, partition; local
/csrg-svn/sys/sparc/sunos/
H A Dsun_disklabel.c70 sun_dkioctl(dk, cmd, data, partition) in sun_dkioctl() argument
/csrg-svn/sys/vax/stand/
H A Dbootxx.c27 int io, unit, partition; in main() local
/csrg-svn/usr.sbin/config/
H A Dmkswapconf.c109 char *cp, partition; local
/csrg-svn/sys/vax/uba/
H A Drl.c202 int partition = minor(bp->b_dev) & 07, s; local
/csrg-svn/sys/tahoe/vba/
H A Dhdreg.h225 } partition[GB_MAXPART]; /* partition definitions */ member