Searched refs:fat_read (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_fat.c | 199 fat_read (char *buf, int len) in fat_read() function 355 if (fat_read (dir_buf, FAT_DIRENTRY_LENGTH) != FAT_DIRENTRY_LENGTH in fat_dir()
|
H A D | filesys.h | 66 int fat_read (char *buf, int len);
|
H A D | disk_io.c | 55 {"fat", fat_mount, fat_read, fat_dir, 0, 0},
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2097 * stage2/fsys_fat.c (fat_read): Fix the contradictory comment. 2670 * stage2/fsys_fat.c (fat_read) [STAGE1_5]: Likewise. 4071 (fat_read): Report error if cluster number is too big, but not 5404 * stage2/fsys_fat.c (fat_read): Forgot to increase BUF. 5405 (fat_dir): Use fat_read instead of grub_read; this makes 5420 fat_read is implemented. 5421 (fat_read): new function. 5422 * stage2/disk_io.c (fsys_table): Use fat_read. 5423 * stage2/filesys.h: Declare fat_read, remove NO_BLOCK_FILES 5443 (fat_read, fat_dir): Use FAT_SUPER info.
|