gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:_tk_wai_dev_u (0.01 seconds)
tkernel_2
kernel/sysmgr/src/device.c - 22.4KB - 827 lines
714:                 { DEVICE_TK_WAI_DEV_U_PARA *p = pk_para;
715:                 return _tk_wai_dev_u(p->dd, p->reqid, p->asize, p->ioer,
716:                                      p->tmout_u); }
kernel/sysmgr/src/deviceio.c - 35.3KB - 1,328 lines
931: {
932:         return _tk_wai_dev_u(dd, reqid, asize, ioer, to_usec_tmo(tmout));
933: }