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

  /src/sys/dev/qbus/
rf.c 147 struct rfc_softc { struct
166 sizeof(struct rfc_softc),
178 struct rfc_softc *sc_rfc; /* our parent */
211 int rfc_sendcmd(struct rfc_softc *, int, int, int);
212 struct rf_softc* get_new_buf( struct rfc_softc *);
278 int rfcprobedens(struct rfc_softc *, int);
280 rfcprobedens(struct rfc_softc *rfc_sc, int dnum)
336 struct rfc_softc *rfc_sc = device_private(self);
454 struct rfc_softc *rfc_sc = device_private(parent);
527 rfc_sendcmd(struct rfc_softc *rfc_sc, int cmd, int data1, int data2
    [all...]

Completed in 31 milliseconds