pckbc_internal 79 dev/ic/pckbc.c struct pckbc_internal pckbc_consdata;
pckbc_internal 87 dev/ic/pckbc.c static int pckbc_get8042cmd(struct pckbc_internal *);
pckbc_internal 88 dev/ic/pckbc.c static int pckbc_put8042cmd(struct pckbc_internal *);
pckbc_internal 89 dev/ic/pckbc.c static int pckbc_send_devcmd(struct pckbc_internal *, pckbc_slot_t,
pckbc_internal 91 dev/ic/pckbc.c static void pckbc_poll_cmd1(struct pckbc_internal *, pckbc_slot_t,
pckbc_internal 97 dev/ic/pckbc.c int pckbc_cmdresponse(struct pckbc_internal *, pckbc_slot_t, u_char);
pckbc_internal 98 dev/ic/pckbc.c void pckbc_start(struct pckbc_internal *, pckbc_slot_t);
pckbc_internal 99 dev/ic/pckbc.c int pckbcintr_internal(struct pckbc_internal *, struct pckbc_softc *);
pckbc_internal 179 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 201 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 217 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 267 dev/ic/pckbc.c struct pckbc_internal *t = sc->id;
pckbc_internal 290 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 432 dev/ic/pckbc.c struct pckbc_internal *t = self;
pckbc_internal 443 dev/ic/pckbc.c struct pckbc_internal *t = self;
pckbc_internal 468 dev/ic/pckbc.c struct pckbc_internal *t = self;
pckbc_internal 513 dev/ic/pckbc.c struct pckbc_internal *t = (struct pckbc_internal *)self;
pckbc_internal 536 dev/ic/pckbc.c struct pckbc_internal *t = (struct pckbc_internal *)self;
pckbc_internal 563 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 698 dev/ic/pckbc.c struct pckbc_internal *t = self;
pckbc_internal 726 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 764 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 830 dev/ic/pckbc.c struct pckbc_internal *t = self;
pckbc_internal 898 dev/ic/pckbc.c struct pckbc_internal *t = (struct pckbc_internal *)self;
pckbc_internal 918 dev/ic/pckbc.c struct pckbc_internal *t = v;
pckbc_internal 938 dev/ic/pckbc.c struct pckbc_internal *t;
pckbc_internal 48 dev/ic/pckbcvar.h struct pckbc_internal {
pckbc_internal 70 dev/ic/pckbcvar.h struct pckbc_internal *id;
pckbc_internal 85 dev/ic/pckbcvar.h extern struct pckbc_internal pckbc_consdata;
pckbc_internal 123 dev/isa/pckbc_isa.c struct pckbc_internal *t;
pckbc_internal 151 dev/isa/pckbc_isa.c t = malloc(sizeof(struct pckbc_internal), M_DEVBUF, M_WAITOK);
pckbc_internal 152 dev/isa/pckbc_isa.c bzero(t, sizeof(struct pckbc_internal));