Symbol: XS_T
sys/dev/disk/isp/isp.c
4191
isp_start(XS_T *xs)
sys/dev/disk/isp/isp.c
4472
XS_T *xs;
sys/dev/disk/isp/isp.c
4605
xs = __va_arg(ap, XS_T *);
sys/dev/disk/isp/isp.c
4867
XS_T *complist[MAX_REQUESTQ_COMPLETIONS], *xs;
sys/dev/disk/isp/isp.c
5402
isp_prt_endcmd(ispsoftc_t *isp, XS_T *xs)
sys/dev/disk/isp/isp.c
5730
XS_T *xs;
sys/dev/disk/isp/isp.c
6025
isp_parse_status(ispsoftc_t *isp, ispstatusreq_t *sp, XS_T *xs, long *rp)
sys/dev/disk/isp/isp.c
6361
isp_parse_status_24xx(ispsoftc_t *isp, isp24xx_statusreq_t *sp, XS_T *xs, long *rp)
sys/dev/disk/isp/isp.c
6524
XS_T *xs;
sys/dev/disk/isp/isp.c
90
static void isp_parse_status(ispsoftc_t *, ispstatusreq_t *, XS_T *, long *); static void
sys/dev/disk/isp/isp.c
91
isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *, long *);
sys/dev/disk/isp/isp_freebsd.c
4345
error = isp_start((XS_T *) ccb);
sys/dev/disk/isp/isp_freebsd.c
4932
isp_done(XS_T *sccb)
sys/dev/disk/isp/isp_freebsd.c
5581
isp_xs_prt(ispsoftc_t *isp, XS_T *xs, int level, const char *fmt, ...)
sys/dev/disk/isp/isp_freebsd.h
632
void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...) __printflike(4, 5);
sys/dev/disk/isp/isp_library.c
232
isp_allocate_xs(ispsoftc_t *isp, XS_T *xs, uint32_t *handlep)
sys/dev/disk/isp/isp_library.c
249
XS_T *
sys/dev/disk/isp/isp_library.c
260
isp_find_handle(ispsoftc_t *isp, XS_T *xs)
sys/dev/disk/isp/isp_library.c
615
XS_T *xs;
sys/dev/disk/isp/isp_library.h
46
int isp_allocate_xs(ispsoftc_t *, XS_T *, uint32_t *);
sys/dev/disk/isp/isp_library.h
47
XS_T * isp_find_xs(ispsoftc_t *, uint32_t);
sys/dev/disk/isp/isp_library.h
48
uint32_t isp_find_handle(ispsoftc_t *, XS_T *);
sys/dev/disk/isp/isp_pci.c
59
static int isp_pci_dmasetup(ispsoftc_t *, XS_T *, void *);
sys/dev/disk/isp/ispvar.h
51
int (*dv_dmaset) (ispsoftc_t *, XS_T *, void *);
sys/dev/disk/isp/ispvar.h
52
void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
sys/dev/disk/isp/ispvar.h
843
int isp_start(XS_T *);
sys/dev/disk/isp/ispvar.h
854
void isp_done(XS_T *);
sys/dev/disk/isp/ispvar.h
944
void isp_prt_endcmd(ispsoftc_t *, XS_T *);