Searched refs:scsipi_periph (Results 1 - 25 of 103) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsiconf.h71 int scsi_change_def(struct scsipi_periph *, int);
72 void scsi_kill_pending(struct scsipi_periph *);
73 void scsi_print_addr(struct scsipi_periph *);
H A Datapiconf.h52 struct scsipi_periph *, struct scsipibus_attach_args *);
54 void atapi_print_addr(struct scsipi_periph *);
H A Dscsipi_base.h35 struct scsipi_xfer *scsipi_get_xs(struct scsipi_periph *, int);
38 static __inline struct scsipi_xfer *scsipi_make_xs(struct scsipi_periph *,
48 scsipi_make_xs(struct scsipi_periph *periph, struct scsipi_generic *cmd,
H A Dscsipiconf.h64 struct scsipi_periph;
165 void (*psw_start)(struct scsipi_periph *);
166 int (*psw_async)(struct scsipi_periph *,
202 int (*adapt_getgeom)(struct scsipi_periph *,
204 int (*adapt_accesschk)(struct scsipi_periph *,
237 void (*bustype_printaddr)(struct scsipi_periph *);
238 void (*bustype_kill_pending)(struct scsipi_periph *);
283 LIST_HEAD(, scsipi_periph) chan_periphtab[SCSIPI_CHAN_PERIPH_BUCKETS];
351 * scsipi_periph:
363 struct scsipi_periph { struct
[all...]
H A Dcdvar.h39 struct scsipi_periph *sc_periph;
H A Dscsi_base.c55 scsi_change_def(struct scsipi_periph *periph, int flags)
76 struct scsipi_periph *periph = xs->xs_periph;
98 scsi_print_addr(struct scsipi_periph *periph)
116 scsi_kill_pending(struct scsipi_periph *periph)
H A Dsdvar.h75 struct scsipi_periph *sc_periph;/* contains our targ, lun, etc. */
H A Dssvar.h68 struct scsipi_periph *sc_periph; /* contains our targ, lun, etc. */
H A Duk.c56 struct scsipi_periph *sc_periph; /* all the inter level info */
98 struct scsipi_periph *periph = sa->sa_periph;
130 struct scsipi_periph *periph;
163 struct scsipi_periph *periph = uk->sc_periph;
H A Datapi_base.c60 struct scsipi_periph *periph = xs->xs_periph;
191 atapi_print_addr(struct scsipi_periph *periph)
211 struct scsipi_periph *periph = xs->xs_periph;
H A Dscsipiconf.c90 scsipi_command(struct scsipi_periph *periph, struct scsipi_generic *cmd,
115 * allocate and init a scsipi_periph structure for a new device.
117 struct scsipi_periph *
120 struct scsipi_periph *periph;
H A Dscsipi_base.c180 scsipi_insert_periph(struct scsipi_channel *chan, struct scsipi_periph *periph)
200 struct scsipi_periph *periph)
214 struct scsipi_periph *
217 struct scsipi_periph *periph;
324 struct scsipi_periph *periph = xs->xs_periph;
366 struct scsipi_periph *periph = xs->xs_periph;
384 scsipi_get_xs(struct scsipi_periph *periph, int flags)
496 struct scsipi_periph *periph = xs->xs_periph;
605 scsipi_periph_freeze(struct scsipi_periph *periph, int count)
620 scsipi_periph_thaw(struct scsipi_periph *perip
[all...]
H A Dss.c97 static void ssstart(struct scsipi_periph *);
152 struct scsipi_periph *periph = sa->sa_periph;
230 struct scsipi_periph *periph;
298 struct scsipi_periph *periph = ss->sc_periph;
338 struct scsipi_periph *periph = ss->sc_periph;
388 struct scsipi_periph *periph = ss->sc_periph;
456 ssstart(struct scsipi_periph *periph)
495 ssstart((struct scsipi_periph *)v);
H A Datapiconf.c131 struct scsipi_periph *periph = sa->sa_periph;
172 struct scsipi_periph *periph;
196 struct scsipi_periph *periph;
254 struct scsipi_periph *periph, struct scsipibus_attach_args *sa)
H A Dst_atapi.c84 struct scsipi_periph *periph = sa->sa_periph;
137 struct scsipi_periph *periph = st->sc_periph;
H A Dscsipi_ioctl.c69 struct scsipi_periph *si_periph;
128 struct scsipi_periph *periph = xs->xs_periph;
228 struct scsipi_periph *periph;
294 scsipi_do_ioctl(struct scsipi_periph *periph, dev_t dev, u_long cmd,
H A Dst_scsi.c145 struct scsipi_periph *periph = st->sc_periph;
187 struct scsipi_periph *periph = st->sc_periph;
239 struct scsipi_periph *periph = st->sc_periph;
H A Dif_se.c174 struct scsipi_periph *sc_periph;/* contains our targ, lun, etc. */
198 static void sestart(struct scsipi_periph *);
219 static inline int se_scsipi_cmd(struct scsipi_periph *periph,
298 struct scsipi_periph *periph = sa->sa_periph;
354 se_scsipi_cmd(struct scsipi_periph *periph, struct scsipi_generic *cmd,
369 sestart(struct scsipi_periph *periph)
1041 struct scsipi_periph *periph = sc->sc_periph;
1060 struct scsipi_periph *periph = sc->sc_periph;
1078 struct scsipi_periph *periph;
1110 struct scsipi_periph *perip
[all...]
H A Dsd.c98 static void sdstart(struct scsipi_periph *);
110 static int sd_validate_blksize(struct scsipi_periph *, int);
111 static u_int64_t sd_read_capacity(struct scsipi_periph *, int *, int flags);
217 struct scsipi_periph *periph = sa->sa_periph;
392 struct scsipi_periph *periph;
577 struct scsipi_periph *periph = sd->sc_periph;
647 struct scsipi_periph *periph = sd->sc_periph;
763 sdstart(struct scsipi_periph *periph)
914 sdstart((struct scsipi_periph *)v);
996 struct scsipi_periph *perip
[all...]
H A Dss_mustek.c103 struct scsipi_periph *periph = sa->sa_periph;
252 struct scsipi_periph *periph = ss->sc_periph;
276 struct scsipi_periph *periph = ss->sc_periph;
418 struct scsipi_periph *periph = ss->sc_periph;
452 struct scsipi_periph *periph = ss->sc_periph;
517 struct scsipi_periph *periph = ss->sc_periph;
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dautoconf.c146 struct scsipi_periph *periph;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dautoconf.c149 struct scsipi_periph *periph;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/x68k/
H A Dautoconf.c175 struct scsipi_periph *periph;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dsc_wrap.c187 struct scsipi_periph *periph;
272 struct scsipi_periph *periph;
356 struct scsipi_periph *periph = xs->xs_periph;
456 struct scsipi_periph *periph = xs->xs_periph;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dautoconf.c166 struct scsipi_periph *periph;

Completed in 235 milliseconds

12345