Symbol: ld_softc
sys/arch/usermode/dev/ld_thunkbus.c
146
struct ld_softc *ld = arg;
sys/arch/usermode/dev/ld_thunkbus.c
155
ld_thunkbus_ldstart(struct ld_softc *ld, struct buf *bp)
sys/arch/usermode/dev/ld_thunkbus.c
202
struct ld_softc *ld = arg;
sys/arch/usermode/dev/ld_thunkbus.c
242
ld_thunkbus_ldstart(struct ld_softc *ld, struct buf *bp)
sys/arch/usermode/dev/ld_thunkbus.c
260
struct ld_softc *ld = arg;
sys/arch/usermode/dev/ld_thunkbus.c
307
ld_thunkbus_lddump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/arch/usermode/dev/ld_thunkbus.c
325
ld_thunkbus_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag,
sys/arch/usermode/dev/ld_thunkbus.c
50
static int ld_thunkbus_ldstart(struct ld_softc *, struct buf *);
sys/arch/usermode/dev/ld_thunkbus.c
51
static int ld_thunkbus_lddump(struct ld_softc *, void *, daddr_t, int);
sys/arch/usermode/dev/ld_thunkbus.c
52
static int ld_thunkbus_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/arch/usermode/dev/ld_thunkbus.c
70
struct ld_softc sc_ld;
sys/arch/usermode/dev/ld_thunkbus.c
98
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ata/ld_ataraid.c
104
static int ld_ataraid_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/ata/ld_ataraid.c
105
static int ld_ataraid_ioctl(struct ld_softc *, u_long, void *, int32_t,
sys/dev/ata/ld_ataraid.c
112
static int ld_ataraid_start_span(struct ld_softc *, struct buf *);
sys/dev/ata/ld_ataraid.c
114
static int ld_ataraid_start_raid0(struct ld_softc *, struct buf *);
sys/dev/ata/ld_ataraid.c
153
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ata/ld_ataraid.c
270
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ata/ld_ataraid.c
337
ld_ataraid_start_span(struct ld_softc *ld, struct buf *bp)
sys/dev/ata/ld_ataraid.c
395
ld_ataraid_start_raid0(struct ld_softc *ld, struct buf *bp)
sys/dev/ata/ld_ataraid.c
584
ld_ataraid_dump(struct ld_softc *sc, void *data, daddr_t blkno, int blkcnt)
sys/dev/ata/ld_ataraid.c
631
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ata/ld_ataraid.c
678
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ata/ld_ataraid.c
727
ld_ataraid_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag,
sys/dev/ata/ld_ataraid.c
87
struct ld_softc sc_ld;
sys/dev/i2o/ld_iop.c
121
struct ld_softc *ld = &sc->sc_ld;
sys/dev/i2o/ld_iop.c
344
ld_iop_start(struct ld_softc *ld, struct buf *bp)
sys/dev/i2o/ld_iop.c
404
ld_iop_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/i2o/ld_iop.c
442
ld_iop_flush(struct ld_softc *ld, bool poll)
sys/dev/i2o/ld_iop.c
467
ld_iop_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)
sys/dev/i2o/ld_iop.c
555
struct ld_softc *ld = &sc->sc_ld;
sys/dev/i2o/ld_iop.c
66
struct ld_softc sc_ld;
sys/dev/i2o/ld_iop.c
75
static int ld_iop_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/i2o/ld_iop.c
76
static int ld_iop_flush(struct ld_softc *, bool);
sys/dev/i2o/ld_iop.c
77
static int ld_iop_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/i2o/ld_iop.c
81
static int ld_iop_start(struct ld_softc *, struct buf *);
sys/dev/ic/ld_aac.c
315
ld_aac_start(struct ld_softc *ld, struct buf *bp)
sys/dev/ic/ld_aac.c
360
ld_aac_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/ic/ld_aac.c
56
struct ld_softc sc_ld;
sys/dev/ic/ld_aac.c
64
static int ld_aac_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/ic/ld_aac.c
66
static int ld_aac_start(struct ld_softc *, struct buf *);
sys/dev/ic/ld_aac.c
83
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ic/ld_cac.c
139
ld_cac_start(struct ld_softc *ld, struct buf *bp)
sys/dev/ic/ld_cac.c
166
ld_cac_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/ic/ld_cac.c
59
struct ld_softc sc_ld;
sys/dev/ic/ld_cac.c
68
int ld_cac_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/ic/ld_cac.c
70
int ld_cac_start(struct ld_softc *, struct buf *);
sys/dev/ic/ld_cac.c
91
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ic/ld_icp.c
170
struct ld_softc *ldsc = device_private(dv);
sys/dev/ic/ld_icp.c
244
ld_icp_start(struct ld_softc *ld, struct buf *bp)
sys/dev/ic/ld_icp.c
252
ld_icp_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/ic/ld_icp.c
265
ld_icp_flush(struct ld_softc *ld, bool poll)
sys/dev/ic/ld_icp.c
296
ld_icp_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)
sys/dev/ic/ld_icp.c
59
struct ld_softc sc_ld;
sys/dev/ic/ld_icp.c
67
static int ld_icp_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/ic/ld_icp.c
68
static int ld_icp_flush(struct ld_softc *, bool);
sys/dev/ic/ld_icp.c
69
static int ld_icp_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/ic/ld_icp.c
72
static int ld_icp_start(struct ld_softc *, struct buf *);
sys/dev/ic/ld_icp.c
98
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ic/ld_mlx.c
139
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ic/ld_mlx.c
207
ld_mlx_start(struct ld_softc *ld, struct buf *bp)
sys/dev/ic/ld_mlx.c
247
ld_mlx_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/ic/ld_mlx.c
61
struct ld_softc sc_ld;
sys/dev/ic/ld_mlx.c
69
static int ld_mlx_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/ic/ld_mlx.c
72
static int ld_mlx_start(struct ld_softc *, struct buf *);
sys/dev/ic/ld_mlx.c
89
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ic/ld_nvme.c
119
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ic/ld_nvme.c
134
ld_nvme_start(struct ld_softc *ld, struct buf *bp)
sys/dev/ic/ld_nvme.c
150
ld_nvme_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/ic/ld_nvme.c
184
ld_nvme_flush(struct ld_softc *ld, bool poll)
sys/dev/ic/ld_nvme.c
193
ld_nvme_getcache(struct ld_softc *ld, int *addr)
sys/dev/ic/ld_nvme.c
201
ld_nvme_setcache(struct ld_softc *ld, int addr)
sys/dev/ic/ld_nvme.c
209
ld_nvme_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)
sys/dev/ic/ld_nvme.c
48
struct ld_softc sc_ld;
sys/dev/ic/ld_nvme.c
61
static int ld_nvme_start(struct ld_softc *, struct buf *);
sys/dev/ic/ld_nvme.c
62
static int ld_nvme_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/ic/ld_nvme.c
63
static int ld_nvme_flush(struct ld_softc *, bool);
sys/dev/ic/ld_nvme.c
64
static int ld_nvme_getcache(struct ld_softc *, int *);
sys/dev/ic/ld_nvme.c
65
static int ld_nvme_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/ic/ld_nvme.c
84
struct ld_softc *ld = &sc->sc_ld;
sys/dev/ic/mlx.c
684
struct ld_softc *ld;
sys/dev/ld.c
127
ldattach(struct ld_softc *sc, const char *default_strategy)
sys/dev/ld.c
180
ldadjqparam(struct ld_softc *sc, int xmax)
sys/dev/ld.c
191
ldbegindetach(struct ld_softc *sc, int flags)
sys/dev/ld.c
216
ldenddetach(struct ld_softc *sc)
sys/dev/ld.c
281
struct ld_softc *sc = device_private(dev);
sys/dev/ld.c
318
struct ld_softc *sc = device_private(dev);
sys/dev/ld.c
346
struct ld_softc *sc;
sys/dev/ld.c
374
struct ld_softc *sc;
sys/dev/ld.c
405
struct ld_softc *sc;
sys/dev/ld.c
456
struct ld_softc *sc = device_private(self);
sys/dev/ld.c
474
struct ld_softc *sc;
sys/dev/ld.c
488
struct ld_softc *sc = device_private(dev);
sys/dev/ld.c
523
lddone(struct ld_softc *sc, struct buf *bp)
sys/dev/ld.c
541
struct ld_softc *sc;
sys/dev/ld.c
562
struct ld_softc *sc;
sys/dev/ld.c
580
struct ld_softc *sc = device_private(dev);
sys/dev/ld.c
602
struct ld_softc *sc;
sys/dev/ld.c
614
struct ld_softc *sc = device_private(d);
sys/dev/ld.c
621
ld_fake_geometry(struct ld_softc *sc)
sys/dev/ld.c
645
ld_set_geometry(struct ld_softc *sc)
sys/dev/ld.c
681
struct ld_softc *sc = device_private(d);
sys/dev/ld.c
690
struct ld_softc *sc = device_private(dev);
sys/dev/ld.c
71
static void ld_fake_geometry(struct ld_softc *);
sys/dev/ld.c
72
static void ld_set_geometry(struct ld_softc *);
sys/dev/ld.c
724
lddiscardend(struct ld_softc *sc, struct buf *bp)
sys/dev/ld.c
735
struct ld_softc *sc;
sys/dev/ldvar.h
64
int (*sc_dump)(struct ld_softc *, void *, daddr_t, int);
sys/dev/ldvar.h
65
int (*sc_ioctl)(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/ldvar.h
66
int (*sc_start)(struct ld_softc *, struct buf *);
sys/dev/ldvar.h
67
int (*sc_discard)(struct ld_softc *, struct buf *);
sys/dev/ldvar.h
77
int ldadjqparam(struct ld_softc *, int);
sys/dev/ldvar.h
78
void ldattach(struct ld_softc *, const char *);
sys/dev/ldvar.h
79
int ldbegindetach(struct ld_softc *, int);
sys/dev/ldvar.h
80
void ldenddetach(struct ld_softc *);
sys/dev/ldvar.h
81
void lddone(struct ld_softc *, struct buf *);
sys/dev/ldvar.h
82
void lddiscardend(struct ld_softc *, struct buf *);
sys/dev/pci/ld_amr.c
166
ld_amr_start(struct ld_softc *ld, struct buf *bp)
sys/dev/pci/ld_amr.c
198
ld_amr_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/pci/ld_amr.c
62
struct ld_softc sc_ld;
sys/dev/pci/ld_amr.c
68
static int ld_amr_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/pci/ld_amr.c
70
static int ld_amr_start(struct ld_softc *, struct buf *);
sys/dev/pci/ld_amr.c
83
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_twa.c
109
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_twa.c
132
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_twa.c
192
ld_twa_start(struct ld_softc *ld, struct buf *bp)
sys/dev/pci/ld_twa.c
224
ld_twa_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/pci/ld_twa.c
239
ld_twa_flush(struct ld_softc *ld, bool poll)
sys/dev/pci/ld_twa.c
281
ld_twa_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)
sys/dev/pci/ld_twa.c
302
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_twa.c
70
struct ld_softc sc_ld;
sys/dev/pci/ld_twa.c
78
static int ld_twa_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/pci/ld_twa.c
79
static int ld_twa_flush(struct ld_softc *, bool);
sys/dev/pci/ld_twa.c
80
static int ld_twa_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/pci/ld_twa.c
83
static int ld_twa_start(struct ld_softc *, struct buf *);
sys/dev/pci/ld_twe.c
161
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_twe.c
229
ld_twe_start(struct ld_softc *ld, struct buf *bp)
sys/dev/pci/ld_twe.c
262
ld_twe_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/pci/ld_twe.c
274
ld_twe_flush(struct ld_softc *ld, bool poll)
sys/dev/pci/ld_twe.c
324
ld_twe_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)
sys/dev/pci/ld_twe.c
345
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_twe.c
60
struct ld_softc sc_ld;
sys/dev/pci/ld_twe.c
68
static int ld_twe_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/pci/ld_twe.c
69
static int ld_twe_flush(struct ld_softc *, bool);
sys/dev/pci/ld_twe.c
70
static int ld_twe_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/pci/ld_twe.c
73
static int ld_twe_start(struct ld_softc *, struct buf *);
sys/dev/pci/ld_twe.c
96
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_virtio.c
1010
ld_virtio_setcache(struct ld_softc *ld, int bits)
sys/dev/pci/ld_virtio.c
1026
ld_virtio_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll)
sys/dev/pci/ld_virtio.c
1052
ld_virtio_discard(struct ld_softc *ld, struct buf *bp)
sys/dev/pci/ld_virtio.c
165
struct ld_softc sc_ld;
sys/dev/pci/ld_virtio.c
213
static int ld_virtio_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/pci/ld_virtio.c
214
static int ld_virtio_start(struct ld_softc *, struct buf *);
sys/dev/pci/ld_virtio.c
215
static int ld_virtio_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/pci/ld_virtio.c
216
static int ld_virtio_info(struct ld_softc *, bool);
sys/dev/pci/ld_virtio.c
217
static int ld_virtio_discard(struct ld_softc *, struct buf *);
sys/dev/pci/ld_virtio.c
223
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_virtio.c
314
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_virtio.c
482
ld_virtio_info(struct ld_softc *ld, bool poll)
sys/dev/pci/ld_virtio.c
608
ld_virtio_start(struct ld_softc *ld, struct buf *bp)
sys/dev/pci/ld_virtio.c
768
ld_virtio_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/pci/ld_virtio.c
871
struct ld_softc *ld = &sc->sc_ld;
sys/dev/pci/ld_virtio.c
906
ld_virtio_flush(struct ld_softc *ld, bool poll)
sys/dev/pci/ld_virtio.c
993
ld_virtio_getcache(struct ld_softc *ld, int *bitsp)
sys/dev/sdmmc/ld_sdmmc.c
114
static int ld_sdmmc_dump(struct ld_softc *, void *, daddr_t, int);
sys/dev/sdmmc/ld_sdmmc.c
115
static int ld_sdmmc_start(struct ld_softc *, struct buf *);
sys/dev/sdmmc/ld_sdmmc.c
117
static int ld_sdmmc_discard(struct ld_softc *, struct buf *);
sys/dev/sdmmc/ld_sdmmc.c
118
static int ld_sdmmc_ioctl(struct ld_softc *, u_long, void *, int32_t, bool);
sys/dev/sdmmc/ld_sdmmc.c
247
struct ld_softc *ld = &sc->sc_ld;
sys/dev/sdmmc/ld_sdmmc.c
323
struct ld_softc *ld = &sc->sc_ld;
sys/dev/sdmmc/ld_sdmmc.c
356
struct ld_softc *ld = &sc->sc_ld;
sys/dev/sdmmc/ld_sdmmc.c
401
ld_sdmmc_start(struct ld_softc *ld, struct buf *bp)
sys/dev/sdmmc/ld_sdmmc.c
513
ld_sdmmc_dump(struct ld_softc *ld, void *data, daddr_t blkno, int blkcnt)
sys/dev/sdmmc/ld_sdmmc.c
556
ld_sdmmc_discard(struct ld_softc *ld, struct buf *bp)
sys/dev/sdmmc/ld_sdmmc.c
607
ld_sdmmc_cachesync(struct ld_softc *ld, bool poll)
sys/dev/sdmmc/ld_sdmmc.c
662
ld_sdmmc_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag,
sys/dev/sdmmc/ld_sdmmc.c
90
struct ld_softc sc_ld;