gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fatDiskRead (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
468:         if (page->dcp_read == FALSE) {
469:                 err = fatDiskRead(fs, page->dcp_secno, page->dcp_buf,
470:                                                         page->dcp_seclen);
3965: /* Reading of partition information */ 3966: err = fatDiskRead(fs, DN_DISKPARTINFO, (B*)&inf, sizeof(inf)); 3967: if (err < E_OK) {
4021: boot = (FAT_BOOTSEC *)blkbuf; 4022: err = fatDiskRead(fs, 0, boot, BPB_READ_SIZE); 4023: if (err < E_OK) goto exit1;
4109: fsi = (FAT_FSINFO *)blkbuf; 4110: err = fatDiskRead(fs, fsinfo, fsi, FSINFO_READ_SIZE); 4111: if (err < E_OK) goto exit1;