Search | Google it | Results 1 - 1 of 1 for funcall:WaitInt (0.00 seconds) |
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;