Searched defs:fdfmt (Results 1 – 4 of 4) sorted by relevance
28 struct fdfmt{ struct29 unsigned char N; /* sector length 0: 128, ..., 3: 1K */30 unsigned char C; /* cylinder # */31 unsigned char H; /* head # */32 unsigned char R; /* sector # */
43 struct fdfmt{ struct44 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 # */
30 struct fdfmt{ struct41 struct fdfmt fmt; argument
42 struct fdfmt fdfmt; in fdopen() local