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

  /src/sys/dev/isa/
if_ec.c 78 struct ec_softc { struct
92 CFATTACH_DECL_NEW(ec, sizeof(struct ec_softc),
95 int ec_set_media(struct ec_softc *, int);
246 struct ec_softc *esc = device_private(self);
514 struct ec_softc *esc = (struct ec_softc *)sc;
551 ec_readmem(struct ec_softc *esc, int from, uint8_t *to, int len)
569 struct ec_softc *esc = (struct ec_softc *)sc;
687 struct ec_softc *esc = (struct ec_softc *)sc
    [all...]
  /src/sys/arch/sun2/dev/
if_ec.c 79 struct ec_softc { struct
123 void ec_recv(struct ec_softc *, int);
124 void ec_coll(struct ec_softc *);
125 void ec_copyin(struct ec_softc *, void *, int, size_t);
126 void ec_copyout(struct ec_softc *, const void *, int, size_t);
134 CFATTACH_DECL_NEW(ec, sizeof(struct ec_softc),
141 ec_copyin(struct ec_softc *sc, void *p, int offset, size_t size)
151 ec_copyout(struct ec_softc *sc, const void *p, int offset, size_t size)
187 struct ec_softc *sc = device_private(self);
266 struct ec_softc *sc = ifp->if_softc
    [all...]

Completed in 12 milliseconds