gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fatMapWriteBytes (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
1027:                 if (cnt > 0) {
1028:                         err = fatMapWriteBytes(map, 0, NULL, (D)cnt *
1029:                                 (isSET(flags, MAP_C) ? fs->ff_clsz : secsz));
1409: SetMisalignH(buf, (UH)CEH(new)); 1410: err = fatMapWriteBytes(map, offset, buf, 2); 1411: break;
3799: /* Clear a cluster after ofs : 1st time only */ 3800: err = fatMapWriteBytes(&map, ofs, NULL, 3801: (incsz < fs->ff_clsz - ofs) ?
4811: if (gsz > 0) { 4812: err = fatMapWriteBytes(&map, ofs, NULL, gsz); 4813: }
4816: if (err >= E_OK && dsz > 0) { 4817: err = fatMapWriteBytes(&map, ofs + gsz, 4818: &buf[actual], dsz);