hildev_softc      310 dev/hil/hil.c  	struct hildev_softc *dev;
hildev_softc      546 dev/hil/hil.c  			sc->sc_devices[id] = (struct hildev_softc *)
hildev_softc      756 dev/hil/hil.c  send_hildev_cmd(struct hildev_softc *dev, u_int cmd,
hildev_softc      865 dev/hil/hil.c  hil_poll_data(struct hildev_softc *dev, u_int8_t *stat, u_int8_t *data)
hildev_softc       56 dev/hil/hildevs.h struct hildev_softc {
hildev_softc       65 dev/hil/hildevs.h 	void		(*sc_fn)(struct hildev_softc *, u_int, u_int8_t *);
hildev_softc       43 dev/hil/hilid.c 	struct hildev_softc sc_hildev;
hildev_softc       90 dev/hil/hilid.c 	if (send_hildev_cmd((struct hildev_softc *)sc,
hildev_softc       55 dev/hil/hilkbd.c 	struct hildev_softc sc_hildev;
hildev_softc      126 dev/hil/hilkbd.c void	hilkbd_callback(struct hildev_softc *, u_int, u_int8_t *);
hildev_softc      285 dev/hil/hilkbd.c 		send_hildev_cmd((struct hildev_softc *)sc,
hildev_softc      289 dev/hil/hilkbd.c 		send_hildev_cmd((struct hildev_softc *)sc,
hildev_softc      293 dev/hil/hilkbd.c 		send_hildev_cmd((struct hildev_softc *)sc,
hildev_softc      339 dev/hil/hilkbd.c 		while (hil_poll_data((struct hildev_softc *)sc, &stat, &c) != 0)
hildev_softc      384 dev/hil/hilkbd.c hilkbd_callback(struct hildev_softc *dev, u_int buflen, u_int8_t *buf)
hildev_softc       46 dev/hil/hilms.c 	struct hildev_softc sc_hildev;
hildev_softc       79 dev/hil/hilms.c void	hilms_callback(struct hildev_softc *, u_int, u_int8_t *);
hildev_softc      219 dev/hil/hilms.c hilms_callback(struct hildev_softc *dev, u_int buflen, u_int8_t *buf)
hildev_softc       69 dev/hil/hilvar.h struct hildev_softc;
hildev_softc       95 dev/hil/hilvar.h 	struct hildev_softc *sc_devices[NHILD];	/* interrupt dispatcher */
hildev_softc      101 dev/hil/hilvar.h int	send_hildev_cmd(struct hildev_softc *, u_int, u_int8_t *, u_int *);
hildev_softc      103 dev/hil/hilvar.h int	hil_poll_data(struct hildev_softc *, u_int8_t *, u_int8_t *);