Home
last modified time | relevance | path

Searched defs:hil_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/hil/
H A Dhilvar.h74 struct hil_softc { struct
75 device_t sc_dev;
76 bus_space_handle_t sc_bsh;
77 bus_space_tag_t sc_bst;
78 int *sc_console; /* console path set to hil */
80 lwp_t *sc_thread; /* event handling thread */
104 int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *); argument
/netbsd-src/sys/dev/gpib/
H A Dhil_gpib.c28 struct hil_softc { struct
45 sizeof(struct hil_softc), argument