XS_T              120 dev/ic/isp.c   isp_parse_status(struct ispsoftc *, ispstatusreq_t *, XS_T *);
XS_T             2923 dev/ic/isp.c   isp_start(XS_T *xs)
XS_T             3299 dev/ic/isp.c   	XS_T *xs;
XS_T             3352 dev/ic/isp.c   		xs = (XS_T *) arg;
XS_T             3488 dev/ic/isp.c   	XS_T *complist[MAX_REQUESTQ_COMPLETIONS], *xs;
XS_T             4122 dev/ic/isp.c   				XS_T *xs;
XS_T             4317 dev/ic/isp.c   isp_parse_status(struct ispsoftc *isp, ispstatusreq_t *sp, XS_T *xs)
XS_T             4702 dev/ic/isp.c   	XS_T *xs;
XS_T             5819 dev/ic/isp.c   	XS_T *xs;
XS_T               47 dev/ic/isp_inline.h static INLINE int isp_save_xs(struct ispsoftc *, XS_T *, u_int16_t *);
XS_T               48 dev/ic/isp_inline.h static INLINE XS_T *isp_find_xs(struct ispsoftc *, u_int16_t);
XS_T               49 dev/ic/isp_inline.h static INLINE u_int16_t isp_find_handle(struct ispsoftc *, XS_T *);
XS_T               52 dev/ic/isp_inline.h static INLINE void isp_remove_handle(struct ispsoftc *, XS_T *);
XS_T               55 dev/ic/isp_inline.h isp_save_xs(struct ispsoftc *isp, XS_T *xs, u_int16_t *handlep)
XS_T               78 dev/ic/isp_inline.h static INLINE XS_T *
XS_T               89 dev/ic/isp_inline.h isp_find_handle(struct ispsoftc *isp, XS_T *xs)
XS_T              117 dev/ic/isp_inline.h isp_remove_handle(struct ispsoftc *isp, XS_T *xs)
XS_T               66 dev/ic/isp_openbsd.c static int32_t ispcmd_slow(XS_T *);
XS_T               67 dev/ic/isp_openbsd.c static int32_t ispcmd(XS_T *);
XS_T               71 dev/ic/isp_openbsd.c static int isp_polled_cmd (struct ispsoftc *, XS_T *);
XS_T              199 dev/ic/isp_openbsd.c ispcmd_slow(XS_T *xs)
XS_T              276 dev/ic/isp_openbsd.c static INLINE void isp_add2_blocked_queue(struct ispsoftc *, XS_T *);
XS_T              279 dev/ic/isp_openbsd.c isp_add2_blocked_queue(struct ispsoftc *isp, XS_T *xs)
XS_T              291 dev/ic/isp_openbsd.c ispcmd(XS_T *xs)
XS_T              389 dev/ic/isp_openbsd.c isp_polled_cmd(struct ispsoftc *isp, XS_T *xs)
XS_T              449 dev/ic/isp_openbsd.c isp_done(XS_T *xs)
XS_T              476 dev/ic/isp_openbsd.c 	XS_T *xs = arg;
XS_T             1035 dev/ic/isp_target.c 	XS_T *xs;
XS_T               70 dev/ic/ispvar.h 	    XS_T *, ispreq_t *, u_int16_t *, u_int16_t);
XS_T               72 dev/ic/ispvar.h 	    (struct ispsoftc *, XS_T *, u_int16_t);
XS_T              427 dev/ic/ispvar.h 	XS_T **isp_xflist;
XS_T              624 dev/ic/ispvar.h int isp_start(XS_T *);
XS_T              634 dev/ic/ispvar.h void isp_done(XS_T *);
XS_T              970 dev/pci/isp_pci.c 	len = isp->isp_maxcmds * sizeof (XS_T *);
XS_T              971 dev/pci/isp_pci.c 	isp->isp_xflist = (XS_T **) malloc(len, M_DEVBUF, M_WAITOK);
XS_T             1075 dev/pci/isp_pci.c isp_pci_dmasetup(struct ispsoftc *isp, XS_T *xs, ispreq_t *rq,
XS_T             1221 dev/pci/isp_pci.c isp_pci_dmateardown(struct ispsoftc *isp, XS_T *xs, u_int16_t handle)
XS_T               87 dev/sbus/isp_sbus.c static int isp_sbus_dmasetup(struct ispsoftc *, XS_T *, ispreq_t *, u_int16_t *,
XS_T               89 dev/sbus/isp_sbus.c static void isp_sbus_dmateardown(struct ispsoftc *, XS_T *, u_int16_t);
XS_T              382 dev/sbus/isp_sbus.c 	n = isp->isp_maxcmds * sizeof (XS_T *);
XS_T              383 dev/sbus/isp_sbus.c 	isp->isp_xflist = (XS_T **) malloc(n, M_DEVBUF, M_WAITOK);
XS_T              515 dev/sbus/isp_sbus.c isp_sbus_dmasetup(struct ispsoftc *isp, XS_T *xs, ispreq_t *rq,
XS_T              589 dev/sbus/isp_sbus.c isp_sbus_dmateardown(struct ispsoftc *isp, XS_T *xs, u_int16_t handle)