Home
last modified time | relevance | path

Searched defs:secshift (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/arch/x68k/dev/
H A Dfdreg.h82 uint8_t secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member
/netbsd/sys/dev/isa/
H A Dfdreg.h116 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member
/netbsd/sys/arch/acorn32/mainbus/
H A Dfdreg.h109 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member
/netbsd/sys/arch/atari/dev/
H A Dhdfdreg.h122 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member
/netbsd/sys/arch/sun3/dev/
H A Dfdvar.h93 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member
/netbsd/sys/arch/sparc/dev/
H A Dfdvar.h99 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member
/netbsd/sys/arch/sparc64/dev/
H A Dfdcvar.h99 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member
/netbsd/sbin/tunefs/
H A Dtunefs.c114 int secshift, fsbtodb; in main() local