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

  /src/sys/arch/sgimips/mace/
macekbc.c 76 int t_present[PCKBPORT_NSLOTS]; member in struct:macekbc_internal
131 t->t_present[slot] = 0;
163 t->t_present[PCKBPORT_KBD_SLOT] = 1;
165 t->t_present[PCKBPORT_AUX_SLOT] = 1;
188 if (t->t_present[slot] == 0)
macekbc.c 76 int t_present[PCKBPORT_NSLOTS]; member in struct:macekbc_internal
131 t->t_present[slot] = 0;
163 t->t_present[PCKBPORT_KBD_SLOT] = 1;
165 t->t_present[PCKBPORT_AUX_SLOT] = 1;
188 if (t->t_present[slot] == 0)

Completed in 22 milliseconds