Home | History | Annotate | Download | only in i2o

Lines Matching refs:ld_softc

66 	struct	ld_softc sc_ld;
75 static int ld_iop_dump(struct ld_softc *, void *, daddr_t, int);
76 static int ld_iop_flush(struct ld_softc *, bool);
77 static int ld_iop_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
81 static int ld_iop_start(struct ld_softc *, struct buf *);
121 struct ld_softc *ld = &sc->sc_ld;
344 ld_iop_start(struct ld_softc *ld, struct buf *bp)
404 ld_iop_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
442 ld_iop_flush(struct ld_softc *ld, bool poll)
467 ld_iop_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)
555 struct ld_softc *ld = &sc->sc_ld;