HomeSort by: relevance | last modified time | path
    Searched defs:evflag (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/pnpbios/
pnpbios.c 1399 u_int evflag; local in function:pnpbios_event_thread
1420 else if (((evflag = *sc->sc_evaddr) & 0x01) == 0) {
1421 if (evflag)
1422 EDPRINTF(("pnpbios: evflags 0x%02x\n", evflag));
1427 EDPRINTF(("pnpbios: evflags 0x%02x\n", evflag));
pnpbios.c 1399 u_int evflag; local in function:pnpbios_event_thread
1420 else if (((evflag = *sc->sc_evaddr) & 0x01) == 0) {
1421 if (evflag)
1422 EDPRINTF(("pnpbios: evflags 0x%02x\n", evflag));
1427 EDPRINTF(("pnpbios: evflags 0x%02x\n", evflag));

Completed in 132 milliseconds