Home | History | Annotate | Download | only in dev

Lines Matching defs:ld_softc

40 struct ld_softc {
64 int (*sc_dump)(struct ld_softc *, void *, daddr_t, int);
65 int (*sc_ioctl)(struct ld_softc *, u_long, void *, int32_t, bool);
66 int (*sc_start)(struct ld_softc *, struct buf *);
67 int (*sc_discard)(struct ld_softc *, struct buf *);
77 int ldadjqparam(struct ld_softc *, int);
78 void ldattach(struct ld_softc *, const char *);
79 int ldbegindetach(struct ld_softc *, int);
80 void ldenddetach(struct ld_softc *);
81 void lddone(struct ld_softc *, struct buf *);
82 void lddiscardend(struct ld_softc *, struct buf *);