| /src/sys/arch/acorn32/mainbus/ |
| fdreg.h | 109 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon8ef4552b010a::fd_form_data 130 # define fd_formb_secshift format_info.structured.secshift
|
| fdreg.h | 109 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon8ef4552b010a::fd_form_data 130 # define fd_formb_secshift format_info.structured.secshift
|
| /src/sys/arch/sparc/dev/ |
| fdvar.h | 99 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon6af11807010a::fd_form_data 120 #define fd_formb_secshift format_info.structured.secshift
|
| fdvar.h | 99 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon6af11807010a::fd_form_data 120 #define fd_formb_secshift format_info.structured.secshift
|
| /src/sys/arch/sparc64/dev/ |
| fdcvar.h | 99 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anond39b76f4010a::fd_form_data 120 #define fd_formb_secshift format_info.structured.secshift
|
| fdcvar.h | 99 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anond39b76f4010a::fd_form_data 120 #define fd_formb_secshift format_info.structured.secshift
|
| /src/sys/arch/sun3/dev/ |
| fdvar.h | 93 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon56b3a297010a::fd_form_data 114 #define fd_formb_secshift format_info.structured.secshift
|
| fdvar.h | 93 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon56b3a297010a::fd_form_data 114 #define fd_formb_secshift format_info.structured.secshift
|
| /src/sys/arch/x68k/dev/ |
| fdreg.h | 82 uint8_t secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon4220ea74010a::fd_form_data 103 # define fd_formb_secshift format_info.structured.secshift
|
| fdreg.h | 82 uint8_t secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon4220ea74010a::fd_form_data 103 # define fd_formb_secshift format_info.structured.secshift
|
| /src/sys/dev/isa/ |
| fdreg.h | 116 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon02ebff73010a::fd_form_data 137 # define fd_formb_secshift format_info.structured.secshift
|
| fdreg.h | 116 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon02ebff73010a::fd_form_data 137 # define fd_formb_secshift format_info.structured.secshift
|
| /src/sys/arch/atari/dev/ |
| hdfdreg.h | 122 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon28b3db00010a::fd_form_data 144 # define fd_formb_secshift format_info.structured.secshift
|
| hdfdreg.h | 122 u_char secshift; /* 0 -> 128, ...; usually 2 -> 512 */ member in struct:ne7_fd_formb::__anon28b3db00010a::fd_form_data 144 # define fd_formb_secshift format_info.structured.secshift
|
| /src/sbin/tunefs/ |
| tunefs.c | 114 int secshift, fsbtodb; local in function:main 123 secshift = 0; 218 secshift = ffs(secsize) - 1; 219 if (secsize != 0 && 1 << secshift != secsize) 291 secshift = ffs(secsize) - 1; 294 if (secshift < DEV_BSHIFT) 296 else if (secshift > sblock.fs_fshift) 300 fsbtodb = sblock.fs_fshift - secshift;
|
| tunefs.c | 114 int secshift, fsbtodb; local in function:main 123 secshift = 0; 218 secshift = ffs(secsize) - 1; 219 if (secsize != 0 && 1 << secshift != secsize) 291 secshift = ffs(secsize) - 1; 294 if (secshift < DEV_BSHIFT) 296 else if (secshift > sblock.fs_fshift) 300 fsbtodb = sblock.fs_fshift - secshift;
|