HomeSort by: relevance | last modified time | path
    Searched defs:ld_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
ldvar.h 40 struct ld_softc { struct
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 *)
    [all...]

Completed in 11 milliseconds