rfc_softc
sizeof(struct rfc_softc),
struct rfc_softc *sc_rfc; /* our parent */
int rfc_sendcmd(struct rfc_softc *, int, int, int);
struct rf_softc* get_new_buf( struct rfc_softc *);
int rfcprobedens(struct rfc_softc *, int);
rfcprobedens(struct rfc_softc *rfc_sc, int dnum)
struct rfc_softc *rfc_sc = device_private(self);
struct rfc_softc *rfc_sc = device_private(parent);
rfc_sendcmd(struct rfc_softc *rfc_sc, int cmd, int data1, int data2)
struct rfc_softc *rfc_sc;
get_new_buf( struct rfc_softc *rfc_sc)
struct rfc_softc *rfc_sc = intarg;
struct rfc_softc *rfc_sc;