gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:ReadWriteReq (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/accept.c - 17.0KB - 524 lines
512:                                 drv->CurReq = req;  /* Set the abort target */
513:                                 er = ReadWriteReq(drv, req);
514:                                 drv->CurReq = NULL; /* Release the abort target */
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/accept.c - 11.3KB - 321 lines
310:                 /* Do normal processing */
311:                 er = (inf->exist) ? ReadWriteReq(inf, devReq) : E_NOMDA;
312: