gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:WaitInt (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/atacmd.c - 6.7KB - 212 lines
180:                         /* Wait-for-interrupt of completion of writing */
181:                         er = WaitInt(drv, len -= nsec, cmd);
182:                         if (er < E_OK) {     /* "ABRT" shall be "ERR_RONLY" */
190: /* Wait-for-interrupt of completion of reading */ 191: er = WaitInt(drv, len, cmd); 192: if (er < E_OK || len == 0) break;