gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:request (0.09 seconds)
tkernel_2
kernel/sysmgr/src/deviceio.c - 35.3KB - 1,328 lines
836: 
837:         ercd = request(dd, start, buf, size, tmout, TDC_READ, AsyncReq);
838: 
858: 859: ercd = request(dd, start, buf, size, TMO_FEVR, TDC_READ, SyncReq); 860: if ( ercd < E_OK ) {
886: 887: ercd = request(dd, start, (void*)buf, size, tmout, TDC_WRITE, AsyncReq); 888:
908: 909: ercd = request(dd, start, (void*)buf, size, TMO_FEVR, 910: TDC_WRITE, SyncReq);