sys/dev/ic/ld_mlx.c
138
struct ld_mlx_softc *sc = device_private(dv);
sys/dev/ic/ld_mlx.c
152
ld_mlx_dobio(struct ld_mlx_softc *sc, void *data, int datasize, int blkno,
sys/dev/ic/ld_mlx.c
210
return (ld_mlx_dobio((struct ld_mlx_softc *)ld, bp->b_data,
sys/dev/ic/ld_mlx.c
219
struct ld_mlx_softc *sc;
sys/dev/ic/ld_mlx.c
254
return (ld_mlx_dobio((struct ld_mlx_softc *)ld, data,
sys/dev/ic/ld_mlx.c
67
static int ld_mlx_dobio(struct ld_mlx_softc *, void *, int, int, int,
sys/dev/ic/ld_mlx.c
74
CFATTACH_DECL_NEW(ld_mlx, sizeof(struct ld_mlx_softc),
sys/dev/ic/ld_mlx.c
88
struct ld_mlx_softc *sc = device_private(self);