gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:GDI_devid (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/accept.c - 17.0KB - 524 lines
373: 
374:         drv = CheckDrvTab(GDI_exinf(gdi), GDI_devid(gdi));
375:         if (! drv) return E_NOEXS;
More results from tkernel_2
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/main.c - 9.2KB - 280 lines
107:         if ((er = GDefDevice(&devDef, NULL, &inf->Gdi)) >= E_OK) {
108:                 inf->devid = GDI_devid(inf->Gdi);
109:                 return E_OK;