HomeSort by: relevance | last modified time | path
    Searched defs:hil_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/gpib/
hil_gpib.c 28 struct hil_softc { struct
45 sizeof(struct hil_softc),
72 struct hil_softc *sc = device_private(self);
92 struct hil_softc *sc = v;
114 struct hil_softc *sc = v;
  /src/sys/dev/hil/
hilvar.h 74 struct hil_softc { struct
104 int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);
106 void hil_set_poll(struct hil_softc *, int);
109 void hil_attach(struct hil_softc *, int *);

Completed in 12 milliseconds