Search | Google it | Results 1 - 1 of 1 for funcall:ataRWblks (0.00 seconds) |
93: /* The actual Reading/writing of the disk block */ 94: return ataRWblks(drv, blk, cnt, mptr, (write) ? ATA_WRITE : ATA_READ); 95: } 119: /* Actual writing of the disk block */ 120: er = ataRWblks(drv, blk, cnt, NULL, ATA_WRITE); 121: return (er >= E_OK) ? E_OK : er;