Searched defs:partition (Results 1 – 10 of 10) sorted by relevance
/csrg-svn/include/ |
H A D | disktab.h | 28 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 D | disklabel.h | 130 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 D | reboot.h | 58 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \ argument
|
/csrg-svn/sys/i386/stand/ |
H A D | bootxx.c | 32 register int io, partition, howto; in main() local
|
H A D | wd.c | 76 int unit, partition; local
|
/csrg-svn/sys/sparc/sunos/ |
H A D | sun_disklabel.c | 70 sun_dkioctl(dk, cmd, data, partition) in sun_dkioctl() argument
|
/csrg-svn/sys/vax/stand/ |
H A D | bootxx.c | 27 int io, unit, partition; in main() local
|
/csrg-svn/usr.sbin/config/ |
H A D | mkswapconf.c | 109 char *cp, partition; local
|
/csrg-svn/sys/vax/uba/ |
H A D | rl.c | 202 int partition = minor(bp->b_dev) & 07, s; local
|
/csrg-svn/sys/tahoe/vba/ |
H A D | hdreg.h | 225 } partition[GB_MAXPART]; /* partition definitions */ member
|