gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ataRWblks (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/ata.c - 17.9KB - 502 lines
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;