sys/scsi/ch.c
100
sizeof(struct ch_softc), chmatch, chattach
sys/scsi/ch.c
112
int ch_move(struct ch_softc *, struct changer_move *);
sys/scsi/ch.c
113
int ch_exchange(struct ch_softc *, struct changer_exchange *);
sys/scsi/ch.c
114
int ch_position(struct ch_softc *, struct changer_position *);
sys/scsi/ch.c
115
int ch_usergetelemstatus(struct ch_softc *,
sys/scsi/ch.c
117
int ch_getelemstatus(struct ch_softc *, int, int, caddr_t, size_t, int);
sys/scsi/ch.c
118
int ch_get_params(struct ch_softc *, int);
sys/scsi/ch.c
120
void ch_get_quirks(struct ch_softc *, struct scsi_inquiry_data *);
sys/scsi/ch.c
152
struct ch_softc *sc = (struct ch_softc *)self;
sys/scsi/ch.c
173
struct ch_softc *sc;
sys/scsi/ch.c
251
struct ch_softc *sc = ch_cd.cd_devs[CHUNIT(dev)];
sys/scsi/ch.c
260
struct ch_softc *sc = ch_cd.cd_devs[CHUNIT(dev)];
sys/scsi/ch.c
331
ch_move(struct ch_softc *sc, struct changer_move *cm)
sys/scsi/ch.c
384
ch_exchange(struct ch_softc *sc, struct changer_exchange *ce)
sys/scsi/ch.c
446
ch_position(struct ch_softc *sc, struct changer_position *cp)
sys/scsi/ch.c
517
copy_element_status(struct ch_softc *sc, int flags,
sys/scsi/ch.c
576
ch_usergetelemstatus(struct ch_softc *sc,
sys/scsi/ch.c
666
ch_getelemstatus(struct ch_softc *sc, int first, int count, caddr_t data,
sys/scsi/ch.c
704
ch_get_params(struct ch_softc *sc, int flags)
sys/scsi/ch.c
774
ch_get_quirks(struct ch_softc *sc, struct scsi_inquiry_data *inqbuf)