hil_softc 98 dev/hil/hil.c void hilconfig(struct hil_softc *, u_int); hil_softc 99 dev/hil/hil.c void hilempty(struct hil_softc *); hil_softc 101 dev/hil/hil.c void hil_process_int(struct hil_softc *, u_int8_t, u_int8_t); hil_softc 102 dev/hil/hil.c int hil_process_poll(struct hil_softc *, u_int8_t, u_int8_t); hil_softc 104 dev/hil/hil.c int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd); hil_softc 105 dev/hil/hil.c void polloff(struct hil_softc *); hil_softc 106 dev/hil/hil.c void pollon(struct hil_softc *); hil_softc 108 dev/hil/hil.c static int hilwait(struct hil_softc *); hil_softc 109 dev/hil/hil.c static int hildatawait(struct hil_softc *); hil_softc 114 dev/hil/hil.c hilwait(struct hil_softc *sc) hil_softc 129 dev/hil/hil.c hildatawait(struct hil_softc *sc) hil_softc 148 dev/hil/hil.c hil_attach(struct hil_softc *sc, int *hil_is_console) hil_softc 200 dev/hil/hil.c struct hil_softc *sc = v; hil_softc 280 dev/hil/hil.c struct hil_softc *sc = v; hil_softc 308 dev/hil/hil.c hil_process_int(struct hil_softc *sc, u_int8_t stat, u_int8_t c) hil_softc 370 dev/hil/hil.c hil_process_poll(struct hil_softc *sc, u_int8_t stat, u_int8_t c) hil_softc 447 dev/hil/hil.c struct hil_softc *sc = arg; hil_softc 488 dev/hil/hil.c hilconfig(struct hil_softc *sc, u_int knowndevs) hil_softc 583 dev/hil/hil.c hilempty(struct hil_softc *sc) hil_softc 646 dev/hil/hil.c send_hil_cmd(struct hil_softc *sc, u_int cmd, u_int8_t *data, u_int dlen, hil_softc 698 dev/hil/hil.c send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd) hil_softc 759 dev/hil/hil.c struct hil_softc *sc = (struct hil_softc *)dev->sc_dev.dv_parent; hil_softc 782 dev/hil/hil.c polloff(struct hil_softc *sc) hil_softc 824 dev/hil/hil.c pollon(struct hil_softc *sc) hil_softc 854 dev/hil/hil.c hil_set_poll(struct hil_softc *sc, int on) hil_softc 867 dev/hil/hil.c struct hil_softc *sc = (struct hil_softc *)dev->sc_dev.dv_parent; hil_softc 125 dev/hil/hilkbd.c void hilkbd_bell(struct hil_softc *, u_int, u_int, u_int); hil_softc 323 dev/hil/hilkbd.c hilkbd_bell((struct hil_softc *)sc->hd_parent, hil_softc 358 dev/hil/hilkbd.c hil_set_poll((struct hil_softc *)sc->hd_parent, on); hil_softc 366 dev/hil/hilkbd.c hilkbd_bell((struct hil_softc *)sc->hd_parent, hil_softc 371 dev/hil/hilkbd.c hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume) hil_softc 71 dev/hil/hilvar.h struct hil_softc { hil_softc 100 dev/hil/hilvar.h int send_hil_cmd(struct hil_softc *, u_int, u_int8_t *, u_int, u_int8_t *); hil_softc 102 dev/hil/hilvar.h void hil_set_poll(struct hil_softc *, int); hil_softc 105 dev/hil/hilvar.h void hil_attach(struct hil_softc *, int *);