Searched defs:hil_softc (Results 1 – 1 of 1) sorted by relevance
71 struct hil_softc { struct72 struct device sc_dev;73 bus_space_handle_t sc_bsh;74 bus_space_tag_t sc_bst;75 int *sc_console; /* console path set to hil */100 int send_hil_cmd(struct hil_softc *, u_int, u_int8_t *, u_int, u_int8_t *); argument