Symbol: siop_adapter
sys/arch/bebox/stand/boot/siop.c
102
siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,
sys/arch/bebox/stand/boot/siop.c
1052
scsi_probe(struct siop_adapter *adp)
sys/arch/bebox/stand/boot/siop.c
1089
struct siop_adapter *adp;
sys/arch/bebox/stand/boot/siop.c
1129
struct siop_adapter *adp;
sys/arch/bebox/stand/boot/siop.c
1170
struct siop_adapter tmp;
sys/arch/bebox/stand/boot/siop.c
130
siop_ma(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/bebox/stand/boot/siop.c
151
siop_clearfifo(struct siop_adapter *adp)
sys/arch/bebox/stand/boot/siop.c
170
siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs,
sys/arch/bebox/stand/boot/siop.c
224
siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer,
sys/arch/bebox/stand/boot/siop.c
256
siop_intr(struct siop_adapter *adp)
sys/arch/bebox/stand/boot/siop.c
492
siop_scsicmd_end(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/bebox/stand/boot/siop.c
527
siop_scsi_request(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/bebox/stand/boot/siop.c
55
static void siop_setuptables(struct siop_adapter *, struct siop_xfer *,
sys/arch/bebox/stand/boot/siop.c
57
static void siop_ma(struct siop_adapter *, struct scsi_xfer *);
sys/arch/bebox/stand/boot/siop.c
58
static void siop_sdp(struct siop_adapter *, struct siop_xfer *,
sys/arch/bebox/stand/boot/siop.c
60
static void siop_update_resid(struct siop_adapter *, struct siop_xfer *,
sys/arch/bebox/stand/boot/siop.c
624
siop_start(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/bebox/stand/boot/siop.c
63
static int siop_intr(struct siop_adapter *);
sys/arch/bebox/stand/boot/siop.c
64
static void siop_scsicmd_end(struct siop_adapter *, struct scsi_xfer *);
sys/arch/bebox/stand/boot/siop.c
65
static int siop_scsi_request(struct siop_adapter *, struct scsi_xfer *);
sys/arch/bebox/stand/boot/siop.c
66
static void siop_start(struct siop_adapter *, struct scsi_xfer *);
sys/arch/bebox/stand/boot/siop.c
69
static int siop_add_reselsw(struct siop_adapter *, int, int);
sys/arch/bebox/stand/boot/siop.c
70
static void siop_update_scntl3(struct siop_adapter *, int, int);
sys/arch/bebox/stand/boot/siop.c
72
static int _scsi_inquire(struct siop_adapter *, int, int, int, char *);
sys/arch/bebox/stand/boot/siop.c
73
static void scsi_request_sense(struct siop_adapter *, struct scsi_xfer *);
sys/arch/bebox/stand/boot/siop.c
74
static int scsi_interpret_sense(struct siop_adapter *, struct scsi_xfer *);
sys/arch/bebox/stand/boot/siop.c
743
siop_add_reselsw(struct siop_adapter *adp, int target, int lunsw_off)
sys/arch/bebox/stand/boot/siop.c
75
static int scsi_probe(struct siop_adapter *);
sys/arch/bebox/stand/boot/siop.c
769
siop_update_scntl3(struct siop_adapter *adp, int target, int lunsw_off)
sys/arch/bebox/stand/boot/siop.c
77
static struct siop_adapter adapt;
sys/arch/bebox/stand/boot/siop.c
788
_scsi_inquire(struct siop_adapter *adp, int t, int l, int buflen, char *buf)
sys/arch/bebox/stand/boot/siop.c
822
scsi_request_sense(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/bebox/stand/boot/siop.c
884
scsi_interpret_sense(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/prep/stand/boot/siop.c
1013
scsi_probe(struct siop_adapter *adp)
sys/arch/prep/stand/boot/siop.c
1051
struct siop_adapter *adp;
sys/arch/prep/stand/boot/siop.c
1091
struct siop_adapter *adp;
sys/arch/prep/stand/boot/siop.c
1132
struct siop_adapter tmp;
sys/arch/prep/stand/boot/siop.c
126
siop_ma(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/prep/stand/boot/siop.c
147
siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs,
sys/arch/prep/stand/boot/siop.c
201
siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer,
sys/arch/prep/stand/boot/siop.c
233
siop_intr(struct siop_adapter *adp)
sys/arch/prep/stand/boot/siop.c
471
siop_scsicmd_end(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/prep/stand/boot/siop.c
506
siop_scsi_request(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/prep/stand/boot/siop.c
51
static void siop_setuptables(struct siop_adapter *, struct siop_xfer *,
sys/arch/prep/stand/boot/siop.c
53
static void siop_ma(struct siop_adapter *, struct scsi_xfer *);
sys/arch/prep/stand/boot/siop.c
54
static void siop_sdp(struct siop_adapter *, struct siop_xfer *,
sys/arch/prep/stand/boot/siop.c
56
static void siop_update_resid(struct siop_adapter *, struct siop_xfer *,
sys/arch/prep/stand/boot/siop.c
59
static int siop_intr(struct siop_adapter *);
sys/arch/prep/stand/boot/siop.c
60
static void siop_scsicmd_end(struct siop_adapter *, struct scsi_xfer *);
sys/arch/prep/stand/boot/siop.c
603
siop_start(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/prep/stand/boot/siop.c
61
static int siop_scsi_request(struct siop_adapter *, struct scsi_xfer *);
sys/arch/prep/stand/boot/siop.c
62
static void siop_start(struct siop_adapter *, struct scsi_xfer *);
sys/arch/prep/stand/boot/siop.c
65
static int siop_add_reselsw(struct siop_adapter *, int, int);
sys/arch/prep/stand/boot/siop.c
66
static void siop_update_scntl3(struct siop_adapter *, int, int);
sys/arch/prep/stand/boot/siop.c
68
static int _scsi_inquire(struct siop_adapter *, int, int, int, void *);
sys/arch/prep/stand/boot/siop.c
69
static void scsi_request_sense(struct siop_adapter *, struct scsi_xfer *);
sys/arch/prep/stand/boot/siop.c
70
static int scsi_interpret_sense(struct siop_adapter *, struct scsi_xfer *);
sys/arch/prep/stand/boot/siop.c
71
static int scsi_probe(struct siop_adapter *);
sys/arch/prep/stand/boot/siop.c
722
siop_add_reselsw(struct siop_adapter *adp, int target, int lunsw_off)
sys/arch/prep/stand/boot/siop.c
73
static struct siop_adapter adapt;
sys/arch/prep/stand/boot/siop.c
748
siop_update_scntl3(struct siop_adapter *adp, int target, int lunsw_off)
sys/arch/prep/stand/boot/siop.c
767
_scsi_inquire(struct siop_adapter *adp, int t, int l, int buflen, void *buf)
sys/arch/prep/stand/boot/siop.c
801
scsi_request_sense(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/prep/stand/boot/siop.c
863
scsi_interpret_sense(struct siop_adapter *adp, struct scsi_xfer *xs)
sys/arch/prep/stand/boot/siop.c
98
siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,