Searched refs:scd_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/scd/
H A Dscdvar.h35 struct scd_softc { struct
65 int scd_probe (struct scd_softc *);
66 int scd_attach (struct scd_softc *);
H A Dscd.c113 static void process_attention(struct scd_softc *);
114 static int waitfor_status_bits(struct scd_softc *, int bits_set, int bits_clear);
115 static int send_cmd(struct scd_softc *, u_char cmd, u_int nargs, ...);
116 static void init_drive(struct scd_softc *);
117 static int spin_up(struct scd_softc *);
118 static int read_toc(struct scd_softc *);
119 static int get_result(struct scd_softc *, int result_len, u_char *result);
120 static void print_error(struct scd_softc *, int errcode);
122 static void scd_start(struct scd_softc *);
124 static void scd_doread(struct scd_softc *, in
[all...]
H A Dscd_isa.c38 struct scd_softc * sc;
73 struct scd_softc * sc;
107 struct scd_softc * sc;
123 struct scd_softc * sc;
151 struct scd_softc * sc;
178 sizeof(struct scd_softc)

Completed in 107 milliseconds