Home | History | Annotate | Download | only in dev

Lines Matching refs:ld_softc

50 static int	ld_thunkbus_ldstart(struct ld_softc *, struct buf *);
51 static int ld_thunkbus_lddump(struct ld_softc *, void *, daddr_t, int);
52 static int ld_thunkbus_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
70 struct ld_softc sc_ld;
98 struct ld_softc *ld = &sc->sc_ld;
146 struct ld_softc *ld = arg;
155 ld_thunkbus_ldstart(struct ld_softc *ld, struct buf *bp)
202 struct ld_softc *ld = arg;
242 ld_thunkbus_ldstart(struct ld_softc *ld, struct buf *bp)
260 struct ld_softc *ld = arg;
307 ld_thunkbus_lddump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
325 ld_thunkbus_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag,