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

  /src/sys/dev/ic/
pckbcvar.h 65 int t_haveaux; /* controller has an aux port */ member in struct:pckbc_internal
pckbc.c 134 int checkaux = t->t_haveaux;
344 t->t_haveaux = 1;
376 t->t_haveaux = 0;
507 slot = (t->t_haveaux && (stat & 0x20)) ?
592 slot = (t->t_haveaux && (stat & 0x20)) ?

Completed in 13 milliseconds