Home
last modified time | relevance | path

Searched defs:fdfmt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/boot_ufs/
H A Dboot_ufs.h28 struct fdfmt{ struct
29 unsigned char N; /* sector length 0: 128, ..., 3: 1K */
30 unsigned char C; /* cylinder # */
31 unsigned char H; /* head # */
32 unsigned char R; /* sector # */
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dxxboot.h43 struct fdfmt{ struct
44 uint8_t N; /* sector length 1:256, 2:512, 3:1024 */
45 uint8_t C; /* cylinder # */
46 uint8_t H; /* head # */
47 uint8_t R; /* sector # */
/netbsd-src/sys/arch/x68k/stand/libsa/
H A Dfdvar.h30 struct fdfmt{ struct
41 struct fdfmt fmt; argument
H A Dfd.c42 struct fdfmt fdfmt; in fdopen() local