Symbol: hil_softc
sys/arch/hp300/dev/hil_intio.c
55
CFATTACH_DECL_NEW(hil_intio, sizeof(struct hil_softc),
sys/arch/hp300/dev/hil_intio.c
82
struct hil_softc *sc = device_private(self);
sys/arch/hppa/gsc/hil_gsc.c
52
struct hil_softc sc_hs;
sys/arch/hppa/gsc/hil_gsc.c
76
struct hil_softc *sc = &gsc->sc_hs;
sys/dev/gpib/hil_gpib.c
114
struct hil_softc *sc = v;
sys/dev/gpib/hil_gpib.c
45
sizeof(struct hil_softc),
sys/dev/gpib/hil_gpib.c
72
struct hil_softc *sc = device_private(self);
sys/dev/gpib/hil_gpib.c
92
struct hil_softc *sc = v;
sys/dev/hil/hil.c
100
static int hildatawait(struct hil_softc *);
sys/dev/hil/hil.c
105
hilwait(struct hil_softc *sc)
sys/dev/hil/hil.c
120
hildatawait(struct hil_softc *sc)
sys/dev/hil/hil.c
139
hil_attach(struct hil_softc *sc, int *hil_is_console)
sys/dev/hil/hil.c
195
struct hil_softc *sc = device_private(self);
sys/dev/hil/hil.c
273
struct hil_softc *sc = v;
sys/dev/hil/hil.c
300
hil_process_int(struct hil_softc *sc, uint8_t stat, uint8_t c)
sys/dev/hil/hil.c
367
hil_process_poll(struct hil_softc *sc, uint8_t stat, uint8_t c)
sys/dev/hil/hil.c
444
struct hil_softc *sc = arg;
sys/dev/hil/hil.c
486
hilconfig(struct hil_softc *sc, u_int knowndevs)
sys/dev/hil/hil.c
581
hilempty(struct hil_softc *sc)
sys/dev/hil/hil.c
644
send_hil_cmd(struct hil_softc *sc, u_int cmd, uint8_t *data, u_int dlen,
sys/dev/hil/hil.c
697
send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd)
sys/dev/hil/hil.c
758
struct hil_softc *sc = device_private(device_parent(hdsc->sc_dev));
sys/dev/hil/hil.c
781
polloff(struct hil_softc *sc)
sys/dev/hil/hil.c
823
pollon(struct hil_softc *sc)
sys/dev/hil/hil.c
853
hil_set_poll(struct hil_softc *sc, int on)
sys/dev/hil/hil.c
866
struct hil_softc *sc = device_private(device_parent(hdsc->sc_dev));
sys/dev/hil/hil.c
89
static void hilconfig(struct hil_softc *, u_int);
sys/dev/hil/hil.c
90
static void hilempty(struct hil_softc *);
sys/dev/hil/hil.c
92
static void hil_process_int(struct hil_softc *, uint8_t, uint8_t);
sys/dev/hil/hil.c
93
static int hil_process_poll(struct hil_softc *, uint8_t, uint8_t);
sys/dev/hil/hil.c
95
static int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd);
sys/dev/hil/hil.c
96
static void polloff(struct hil_softc *);
sys/dev/hil/hil.c
97
static void pollon(struct hil_softc *);
sys/dev/hil/hil.c
99
static int hilwait(struct hil_softc *);
sys/dev/hil/hilkbd.c
117
static void hilkbd_bell(struct hil_softc *, u_int, u_int, u_int);
sys/dev/hil/hilkbd.c
361
hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume)
sys/dev/hil/hilvar.h
104
int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);
sys/dev/hil/hilvar.h
106
void hil_set_poll(struct hil_softc *, int);
sys/dev/hil/hilvar.h
109
void hil_attach(struct hil_softc *, int *);