Home
last modified time | relevance | path

Searched defs:xs (Results 1 – 25 of 226) sorted by relevance

12345678910

/netbsd-src/bin/ksh/
H A Dexpand.h19 #define Xinit(xs, xp, length, area) do { \ argument
29 #define Xput(xs, xp, c) (*xp++ = (c)) argument
32 #define XcheckN(xs, xp, n) do { \ argument
39 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) argument
42 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap) argument
45 #define Xclose(xs, xp) (char*) aresize((void*)(xs).beg, \ argument
48 #define Xstring(xs, xp) ((xs).beg) argument
50 #define Xnleft(xs, xp) ((xs).end - (xp)) /* may be less than 0 */ argument
51 #define Xlength(xs, xp) ((xp) - (xs).beg) argument
52 #define Xsize(xs, xp) ((xs).end - (xs).beg) argument
[all …]
/netbsd-src/sys/dev/ic/
H A Disp_netbsd.h218 #define XS_CHANNEL(xs) \ argument
220 #define XS_ISP(xs) \ argument
222 #define XS_LUN(xs) ((int) (xs)->xs_periph->periph_lun) argument
223 #define XS_TGT(xs) ((int) (xs)->xs_periph->periph_target) argument
224 #define XS_CDBP(xs) ((uint8_t *) (xs)->cmd) argument
225 #define XS_CDBLEN(xs) (xs)->cmdlen argument
226 #define XS_XFRLEN(xs) (xs)->datalen argument
227 #define XS_TIME(xs) (xs)->timeout argument
228 #define XS_GET_RESID(xs) (xs)->resid argument
229 #define XS_SET_RESID(xs, r) (xs)->resid = r argument
[all …]
H A Dsunscpal.c160 #define sunscpal_show_scsi_cmd(xs) /* nada */ argument
322 struct scsipi_xfer *xs = sr->sr_xs; in sunscpal_dma_stop() local
653 struct scsipi_xfer *xs; in sunscpal_cmd_timeout() local
727 struct scsipi_xfer *xs; in sunscpal_scsipi_request() local
842 struct scsipi_xfer *xs; in sunscpal_done() local
946 struct scsipi_xfer *xs; in sunscpal_sched() local
1295 struct scsipi_xfer *xs = sr->sr_xs; in sunscpal_msg_in() local
1524 struct scsipi_xfer *xs = sr->sr_xs; in sunscpal_command() local
1558 struct scsipi_xfer *xs = sr->sr_xs; in sunscpal_data_xfer() local
1669 struct scsipi_xfer *xs; in sunscpal_machine() local
[all …]
H A Dncr5380sbc.c155 #define ncr5380_show_scsi_cmd(xs) /* nada */ argument
522 struct scsipi_xfer *xs; ncr5380_cmd_timeout() local
597 struct scsipi_xfer *xs; ncr5380_scsipi_request() local
717 struct scsipi_xfer *xs; ncr5380_done() local
822 struct scsipi_xfer *xs; ncr5380_sched() local
1544 struct scsipi_xfer *xs = sr->sr_xs; ncr5380_msg_in() local
2007 struct scsipi_xfer *xs = sr->sr_xs; ncr5380_command() local
2044 struct scsipi_xfer *xs = sr->sr_xs; ncr5380_data_xfer() local
2161 struct scsipi_xfer *xs; ncr5380_machine() local
2402 ncr5380_show_scsi_cmd(struct scsipi_xfer * xs) ncr5380_show_scsi_cmd() argument
2478 struct scsipi_xfer *xs = sr->sr_xs; ncr5380_show_req() local
[all...]
H A Dadw.c541 struct scsipi_xfer *xs; in adw_scsipi_request() local
620 struct scsipi_xfer *xs = ccb->xs; in adw_build_req() local
798 adw_poll(ADW_SOFTC *sc, struct scsipi_xfer *xs, int count) in adw_poll()
817 struct scsipi_xfer *xs = ccb->xs; in adw_timeout() local
917 struct scsipi_xfer *xs; in adw_reset_bus() local
1026 struct scsipi_xfer *xs; in adw_isr_callback() local
H A Dadv.c524 struct scsipi_xfer *xs; in adv_scsipi_request() local
762 adv_poll(ASC_SOFTC *sc, struct scsipi_xfer *xs, int count) in adv_poll()
781 struct scsipi_xfer *xs = ccb->xs; in adv_timeout() local
822 struct scsipi_xfer *xs = ccb->xs; in adv_watchdog() local
852 struct scsipi_xfer *xs; in adv_narrow_isr_callback() local
H A Dwd33c93.c399 struct scsipi_xfer *xs = acb->xs; in wd33c93_error() local
462 wd33c93_dmaok(struct wd33c93_softc *sc, struct scsipi_xfer *xs) in wd33c93_dmaok()
553 struct scsipi_xfer *xs; in wd33c93_scsi_request() local
774 struct scsipi_xfer *xs = acb->xs; in wd33c93_scsidone() local
983 struct scsipi_xfer *xs = acb->xs; in wd33c93_selectbus() local
1311 struct scsipi_xfer *xs = acb->xs; in wd33c93_go() local
1425 struct scsipi_xfer *xs = acb->xs; in wd33c93_poll() local
2280 struct scsipi_xfer *xs = acb->xs; in wd33c93_timeout() local
H A Duha.c319 struct scsipi_xfer *xs = mscp->xs; in uha_done() local
400 struct scsipi_xfer *xs; in uha_scsipi_request() local
577 struct scsipi_xfer *xs = mscp->xs; in uha_timeout() local
H A Disp_netbsd.c58 #define _XT(xs) ((((xs)->timeout/1000) * hz) + (3 * hz)) argument
530 ispcmd(struct ispsoftc *isp, XS_T *xs) in ispcmd()
742 isp_polled_cmd_wait(struct ispsoftc *isp, XS_T *xs) in isp_polled_cmd_wait()
783 isp_done(XS_T *xs) in isp_done()
822 XS_T *xs = arg; in isp_dog() local
1533 isp_xs_prt(struct ispsoftc *isp, XS_T *xs, int level, const char *fmt, ...) in isp_xs_prt()
/netbsd-src/sys/arch/prep/stand/boot/
H A Dsiop.c99 struct scsi_xfer *xs) in siop_setuptables()
126 siop_ma(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_ma()
147 siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs, in siop_sdp()
202 struct scsi_xfer *xs, int offset) in siop_update_resid()
236 struct scsi_xfer *xs = NULL; in siop_intr() local
471 siop_scsicmd_end(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_scsicmd_end()
506 siop_scsi_request(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_scsi_request()
603 siop_start(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_start()
772 struct scsi_xfer xs; in _scsi_inquire() local
801 scsi_request_sense(struct siop_adapter *adp, struct scsi_xfer *xs) in scsi_request_sense()
[all …]
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dsiop.c103 struct scsi_xfer *xs) in siop_setuptables()
130 siop_ma(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_ma()
170 siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs, in siop_sdp()
225 struct scsi_xfer *xs, int offset) in siop_update_resid()
259 struct scsi_xfer *xs = NULL; in siop_intr() local
492 siop_scsicmd_end(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_scsicmd_end()
527 siop_scsi_request(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_scsi_request()
624 siop_start(struct siop_adapter *adp, struct scsi_xfer *xs) in siop_start()
793 struct scsi_xfer xs; in _scsi_inquire() local
822 scsi_request_sense(struct siop_adapter *adp, struct scsi_xfer *xs) in scsi_request_sense()
[all …]
/netbsd-src/sys/dev/scsipi/
H A Datapi_base.c58 atapi_interpret_sense(struct scsipi_xfer *xs) in atapi_interpret_sense()
210 atapi_scsipi_cmd(struct scsipi_xfer *xs) in atapi_scsipi_cmd()
H A Dscsipi_base.c377 scsipi_get_tag(struct scsipi_xfer * xs) scsipi_get_tag() argument
423 scsipi_put_tag(struct scsipi_xfer * xs) scsipi_put_tag() argument
453 struct scsipi_xfer *xs; scsipi_get_xs() local
574 scsipi_put_xs(struct scsipi_xfer * xs) scsipi_put_xs() argument
880 scsipi_interpret_sense(struct scsipi_xfer * xs) scsipi_interpret_sense() argument
1534 scsipi_update_timeouts(struct scsipi_xfer * xs) scsipi_update_timeouts() argument
1598 scsipi_done(struct scsipi_xfer * xs) scsipi_done() argument
1752 scsipi_complete(struct scsipi_xfer * xs) scsipi_complete() argument
1975 scsipi_request_sense(struct scsipi_xfer * xs) scsipi_request_sense() argument
2033 scsipi_enqueue(struct scsipi_xfer * xs) scsipi_enqueue() argument
2098 struct scsipi_xfer *xs; scsipi_run_queue() local
2207 scsipi_execute_xs(struct scsipi_xfer * xs) scsipi_execute_xs() argument
2389 struct scsipi_xfer *xs; scsipi_completion_thread() local
2613 struct scsipi_xfer *xs, *xs_next; scsipi_async_event_channel_reset() local
2883 show_scsipi_xs(struct scsipi_xfer * xs) show_scsipi_xs() argument
2903 show_scsipi_cmd(struct scsipi_xfer * xs) show_scsipi_cmd() argument
[all...]
H A Dscsi_base.c75 scsi_scsipi_cmd(struct scsipi_xfer *xs) in scsi_scsipi_cmd()
119 struct scsipi_xfer *xs; in scsi_kill_pending() local
H A Dscsipiconf.c73 scsipi_print_sense_stub(struct scsipi_xfer * xs, int verbosity) in scsipi_print_sense_stub()
95 struct scsipi_xfer *xs; in scsipi_command() local
/netbsd-src/sys/arch/amiga/dev/
H A Dsci.c144 struct scsipi_xfer *xs; in sci_scsipi_request() local
203 struct scsipi_xfer *xs; in sci_donextcmd() local
237 struct scsipi_xfer *xs; in sci_scsidone() local
351 struct scsipi_xfer *xs; in scierror() local
597 scigo(struct sci_softc *dev, struct scsipi_xfer *xs) in scigo()
/netbsd-src/sys/dev/usb/
H A Dxhci.c478 xhci_slot_get_dcv(struct xhci_softc * const sc, struct xhci_slot * const xs, in xhci_slot_get_dcv() argument
494 xhci_slot_get_icv(struct xhci_softc * const sc, struct xhci_slot * const xs, in xhci_slot_get_icv() argument
501 xhci_slot_get_icp(struct xhci_softc * const sc, struct xhci_slot * const xs, in xhci_slot_get_icp() argument
555 xhci_get_epstate(struct xhci_softc * const sc, struct xhci_slot * const xs, in xhci_get_epstate() argument
732 struct xhci_slot *xs = &sc->sc_slots[i]; xhci_suspend() local
1087 struct xhci_slot *xs = &sc->sc_slots[i]; xhci_resume() local
1858 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_configure_endpoint() local
1916 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_reset_endpoint() local
1943 xhci_stop_endpoint_cmd(struct xhci_softc * sc,struct xhci_slot * xs,u_int dci,uint32_t trb3flags) xhci_stop_endpoint_cmd() argument
1970 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_stop_endpoint() local
1993 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_set_dequeue() local
2030 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_open() local
2117 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_close_pipe() local
2231 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_pipe_restart() local
2281 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_pipe_restart_async_task() local
2330 struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv; xhci_pipe_restart_async() local
2388 struct xhci_slot *xs; xhci_event_transfer() local
2816 struct xhci_slot *xs; xhci_new_device() local
3350 struct xhci_slot *xs; xhci_disable_slot() local
3416 xhci_update_ep0_mps(struct xhci_softc * const sc,struct xhci_slot * const xs,u_int mps) xhci_update_ep0_mps() argument
3468 struct xhci_slot *xs; xhci_init_slot() local
3504 xhci_free_slot(struct xhci_softc * sc,struct xhci_slot * xs) xhci_free_slot() argument
3529 struct xhci_slot *xs; xhci_set_address() local
3562 struct xhci_slot * const xs = dev->ud_hcpriv; xhci_setup_ctx() local
4423 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv; xhci_device_ctrl_start() local
4554 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv; xhci_device_isoc_enter() local
4675 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv; xhci_device_isoc_done() local
4704 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv; xhci_device_bulk_start() local
4782 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv; xhci_device_bulk_done() local
4827 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv; xhci_device_intr_start() local
4894 struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv; xhci_device_intr_done() local
[all...]
H A Dusscanner.c452 struct scsipi_xfer *xs = sc->sc_xs; in usscanner_sense() local
509 struct scsipi_xfer *xs = sc->sc_xs; in usscanner_data_cb() local
548 struct scsipi_xfer *xs = sc->sc_xs; in usscanner_sensedata_cb() local
583 struct scsipi_xfer *xs = sc->sc_xs; in usscanner_done() local
601 struct scsipi_xfer *xs = sc->sc_xs; in usscanner_sensecmd_cb() local
644 struct scsipi_xfer *xs = sc->sc_xs; in usscanner_cmd_cb() local
705 struct scsipi_xfer *xs; in usscanner_scsipi_request() local
/netbsd-src/sys/dev/pci/
H A Dvioscsi.c252 #define XS2DMA(xs) \ argument
257 #define XS2DMAPRE(xs) (((xs)->xs_control & XS_CTL_DATA_IN) ? \ argument
260 #define XS2DMAPOST(xs) (((xs)->xs_control & XS_CTL_DATA_IN) ? \ argument
270 struct scsipi_xfer *xs; in vioscsi_scsipi_request() local
454 struct scsipi_xfer *xs = vr->vr_xs; in vioscsi_req_done() local
505 vioscsi_bad_target(struct scsipi_xfer *xs) in vioscsi_bad_target()
/netbsd-src/sys/arch/newsmips/dev/
H A Dsc_wrap.c185 struct scsipi_xfer *xs; in sc_scsipi_request() local
270 struct scsipi_xfer *xs; in sc_sched() local
354 struct scsipi_xfer *xs = scb->xs; in sc_done() local
454 struct scsipi_xfer *xs = scb->xs; in cxd1185_timeout() local
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtsin.c49 check53 (const char *xs, const char *sin_xs, mpfr_rnd_t rnd_mode) in check53()
71 check53b (const char *xs, const char *sin_xs, mpfr_rnd_t rnd_mode) in check53b()
204 const char xs[] = "0.111011111110110000111000001100000111110E-1"; variable
/netbsd-src/sys/arch/sparc64/dev/
H A Dvdsk.c415 struct scsipi_xfer *xs; in vdsk_scsipi_request() local
763 struct scsipi_xfer *xs; in vdsk_rx_vio_dring_data() local
1020 vdsk_scsi_cmd(struct vdsk_softc *sc, struct scsipi_xfer *xs) in vdsk_scsi_cmd()
1154 vdsk_submit_cmd(struct vdsk_softc *sc, struct scsipi_xfer *xs) in vdsk_submit_cmd()
1283 vdsk_complete_cmd(struct vdsk_softc *sc, struct scsipi_xfer *xs, int desc) in vdsk_complete_cmd()
1315 vdsk_scsi_inq(struct vdsk_softc *sc, struct scsipi_xfer *xs) in vdsk_scsi_inq()
1321 vdsk_scsi_inquiry(struct vdsk_softc *sc, struct scsipi_xfer *xs) in vdsk_scsi_inquiry()
1356 vdsk_scsi_capacity(struct vdsk_softc *sc, struct scsipi_xfer *xs) in vdsk_scsi_capacity()
1379 vdsk_scsi_capacity16(struct vdsk_softc *sc, struct scsipi_xfer *xs) in vdsk_scsi_capacity16()
1400 vdsk_scsi_report_luns(struct vdsk_softc *sc, struct scsipi_xfer *xs) in vdsk_scsi_report_luns()
[all …]
/netbsd-src/tests/dev/scsipi/libscsitest/
H A Dscsitest.c83 sense_notready(struct scsipi_xfer *xs) in sense_notready()
103 struct scsipi_xfer *xs = arg; in scsitest_request() local
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dlimbs_finish.c34 mpz_limbs_finish (mpz_ptr x, mp_size_t xs) in mpz_limbs_finish()
H A Droinit_n.c34 mpz_roinit_n (mpz_ptr x, mp_srcptr xp, mp_size_t xs) in mpz_roinit_n()

12345678910