/src/sys/arch/hp300/stand/common/ |
rd.c | 67 struct rd_softc { struct 88 static int rdgetinfo(struct rd_softc *); 91 static struct rd_softc rd_softc[NHPIB][NRD]; variable in typeref:struct:rd_softc[][] 123 struct rd_softc *rs = &rd_softc[ctlr][unit]; 216 rdgetinfo(struct rd_softc *rs) 260 struct rd_softc *rs; 272 rs = &rd_softc[ctlr][unit]; 292 struct rd_softc *rs = f->f_devdata [all...] |
/src/sys/dev/gpib/ |
rd.c | 114 struct rd_softc { struct 229 int rdgetinfo(struct rd_softc *); 231 struct buf *rdfinish(struct rd_softc *, struct buf *); 233 void rdgetcompatlabel(struct rd_softc *, struct disklabel *); 234 void rdgetdefaultlabel(struct rd_softc *, struct disklabel *); 236 void rdustart(struct rd_softc *); 237 struct buf *rdfinish(struct rd_softc *, struct buf *); 239 void rdstart(struct rd_softc *); 240 void rdintr(struct rd_softc *); 241 int rderror(struct rd_softc *); [all...] |
/src/sys/arch/hp300/dev/ |
rdvar.h | 61 struct rd_softc { struct
|
rd.c | 428 static int rdident(device_t, struct rd_softc *, 430 static void rdreset(struct rd_softc *); 432 static void rd_set_geom(struct rd_softc *); 435 static void rdgetdefaultlabel(struct rd_softc *, struct disklabel *); 437 static void rdustart(struct rd_softc *); 438 static struct buf *rdfinish(struct rd_softc *, struct buf *); 442 static int rdstatus(struct rd_softc *); 451 CFATTACH_DECL_NEW(rd, sizeof(struct rd_softc), 500 struct rd_softc *sc = device_private(self); 562 rdident(device_t parent, struct rd_softc *sc, struct hpibbus_attach_args *ha [all...] |
/src/sys/dev/pci/ |
radeonfb.c | 854 dp->rd_softc = sc; 1147 sc = dp->rd_softc; 1330 sc = dp->rd_softc; 2294 struct radeonfb_softc *sc = dp->rd_softc; 2378 sc = dp->rd_softc; 2562 struct radeonfb_softc *sc = dp->rd_softc; 2565 if(!dp->rd_softc->sc_mapped) 2580 return ((GET32(dp->rd_softc, reg) & mask) ? 1 : 0); 2586 struct radeonfb_softc *sc = dp->rd_softc; 2709 if (IS_R300(dp->rd_softc) && 0) [all...] |
radeonfbvar.h | 157 struct radeonfb_softc *rd_softc; member in struct:radeonfb_display
|