Home
last modified time | relevance | path

Searched defs:disklabel (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Ddisklbl.h39 struct disklabel { struct
47 * the disklabel is read off the disk or in-core copy. argument
53 union {
59 } d_un;
65 u_int32_t d_secsize; /* # of bytes per sector */
66 u_int32_t d_nsectors; /* # of data sectors per track */
67 u_int32_t d_ntracks; /* # of tracks per cylinder */
68 u_int32_t d_ncylinders; /* # of data cylinders per unit */
69 u_int32_t d_secpercyl; /* # of data sectors per cylinder */
70 u_int32_t d_secperunit; /* # of data sectors per unit */
[all …]
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Ddisklbl.h39 struct disklabel { struct
47 * the disklabel is read off the disk or in-core copy. argument
53 union {
59 } d_un;
65 u_int32_t d_secsize; /* # of bytes per sector */
66 u_int32_t d_nsectors; /* # of data sectors per track */
67 u_int32_t d_ntracks; /* # of tracks per cylinder */
68 u_int32_t d_ncylinders; /* # of data cylinders per unit */
69 u_int32_t d_secpercyl; /* # of data sectors per cylinder */
70 u_int32_t d_secperunit; /* # of data sectors per unit */
[all …]
/netbsd-src/sys/sys/
H A Ddisklabel.h153 struct disklabel { struct
161 * the disklabel is read off the disk or in-core copy. argument
167 union {
174 } d_un;
180 uint32_t d_secsize; /* # of bytes per sector */
181 uint32_t d_nsectors; /* # of data sectors per track */
182 uint32_t d_ntracks; /* # of tracks per cylinder */
183 uint32_t d_ncylinders; /* # of data cylinders per unit */
184 uint32_t d_secpercyl; /* # of data sectors per cylinder */
185 uint32_t d_secperunit; /* # of data sectors per unit */
[all …]
/netbsd-src/sys/arch/atari/stand/bootxxx/
H A Dbootxxx.c50 bootxxx(void *readsector, void *disklabel, osdsc_t *od) in bootxxx()
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Ddisk.h69 struct disklabel disklabel; member
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Ddisklabel.c112 disklabel(int argc, char *argv[]) in disklabel() function
/netbsd-src/sys/arch/atari/stand/bootxx/
H A Dbootxx.c58 bootxx(void *readsector, void *disklabel, int autoboot) in bootxx()
/netbsd-src/sys/stand/efiboot/
H A Defiblock.h68 struct efi_block_part_disklabel disklabel; member
/netbsd-src/usr.sbin/sysinst/arch/vax/
H A Dmd.c68 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/mipsco/
H A Dmd.c66 struct disklabel disklabel; in md_get_info() local
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dboot.S91 disklabel: label
/netbsd-src/usr.sbin/sysinst/arch/evbsh3/
H A Dmd.c53 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/news68k/
H A Dmd.c66 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/alpha/
H A Dmd.c65 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/newsmips/
H A Dmd.c65 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/pmax/
H A Dmd.c65 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/macppc/
H A Dmd.c65 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/emips/
H A Dmd.c65 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/cats/
H A Dmd.c65 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/mvme68k/
H A Dmd.c66 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/sgimips/
H A Dmd.c82 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/virt68k/
H A Dmd.c66 struct disklabel disklabel; in md_get_info() local
/netbsd-src/sys/arch/x68k/stand/boot_ufs/
H A Dboot.S78 disklabel: label
/netbsd-src/usr.sbin/sysinst/arch/hppa/
H A Dmd.c68 struct disklabel disklabel; in md_get_info() local
/netbsd-src/usr.sbin/sysinst/arch/hp300/
H A Dmd.c66 struct disklabel disklabel; in md_get_info() local

12