Search | Google it | Results 1 - 1 of 1 for funcall:PciProbe (0.00 seconds) |
255: for (n = 0; (k = DrvTab[n].kind) != 0; n++) { 256: if ((k & HK_PCI) != 0 && PciProbe(inf, 257: DrvTab[n].pcitab) >= E_OK) break; 261: if ((k & HK_PCI) != 0 && 262: PciProbe(inf, DrvTab[n].pcitab) < E_OK) k = 0; 263: }