PCKBPORT_NSLOTS
for (i = 0; i < PCKBPORT_NSLOTS; i++)
int t_haveport[PCKBPORT_NSLOTS];
bus_space_handle_t t_ioh[PCKBPORT_NSLOTS];
void *t_rxih[PCKBPORT_NSLOTS];
int t_rxirq[PCKBPORT_NSLOTS];
for (i = 0; i < PCKBPORT_NSLOTS; i++)
for (slot = 0; slot < PCKBPORT_NSLOTS; slot++)
for (slot = 0; slot < PCKBPORT_NSLOTS; slot++) {
bus_space_handle_t t_ioh[PCKBPORT_NSLOTS];
int t_present[PCKBPORT_NSLOTS];
for (int slot = 0; slot < PCKBPORT_NSLOTS; slot++)
if (slot >= PCKBPORT_NSLOTS)
struct pckbport_slotdata *t_slotdata[PCKBPORT_NSLOTS];
pckbport_inputfcn t_inputhandler[PCKBPORT_NSLOTS];
void *t_inputarg[PCKBPORT_NSLOTS];
const char *t_subname[PCKBPORT_NSLOTS];