Search | Google it | Results 1 - 1 of 1 for funcall:GetDevConf from tkernel_2/driver/tef_em1d/lowkbpd/src/main.c (0.00 seconds) |
91: /* KBID is extracted from DEVCONF parameter */ 92: KbdId = (GetDevConf("KBTYPE", w) == 1) ? w[0] : KID_IBM_JP; 93: 159: /* effective? */ 160: if (GetDevConf("LowKbPdDrvEnable", v) > 0 && !v[0]) return E_NOSPT; 161: