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

  /src/sys/dev/sbus/
bpp.c 80 struct hwstate { struct
108 struct hwstate sc_hwdefault;
109 struct hwstate sc_hwcurrent;
116 static void bpp_setparams(struct bpp_softc *, struct hwstate *);
220 struct hwstate *hw = &dsc->sc_hwdefault;
238 bpp_setparams(struct bpp_softc *sc, struct hwstate *hw)
409 #define BPPIOCSPARAM _IOW('P', 0x1, struct hwstate)
410 #define BPPIOCGPARAM _IOR('P', 0x2, struct hwstate)
417 struct hwstate *hw, *chw;
426 hw = (struct hwstate *)data
    [all...]

Completed in 15 milliseconds