Home
last modified time | relevance | path

Searched refs:xd (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c271 epid, xd->xd_slot, xd->xd_port); in xhci_hcdi_pipe_open()
393 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_poll_fini()
402 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_poll_fini()
525 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_close()
615 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_reset()
748 xd->xd_slot, xd->xd_port, ep); in xhci_hcdi_pipe_ctrl_xfer()
910 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_bulk_xfer()
1046 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_periodic_init()
1055 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_periodic_init()
1180 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_intr_oneshot()
[all …]
H A Dxhci_endpoint.c185 "DMA memory", xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_default_context()
588 xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_context()
619 "DMA memory", xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_context()
837 xep->xep_num, xd->xd_slot, xd->xd_port, in xhci_endpoint_quiesce()
1033 "synchronizing ring DMA memory", xd->xd_slot, xd->xd_port, in xhci_endpoint_schedule()
1237 xd->xd_slot, xd->xd_port); in xhci_endpoint_control_callback()
1312 for (xd = list_head(&xhcip->xhci_usba.xa_devices); xd != NULL; in xhci_device_lookup_by_slot()
1313 xd = list_next(&xhcip->xhci_usba.xa_devices, xd)) { in xhci_device_lookup_by_slot()
1315 return (xd); in xhci_device_lookup_by_slot()
1409 xd->xd_slot, xd->xd_port); in xhci_endpoint_norm_callback()
[all …]
H A Dxhci_command.c553 VERIFY(xd != NULL); in xhci_command_set_address()
559 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_set_address()
589 VERIFY(xd != NULL); in xhci_command_configure_endpoint()
595 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_configure_endpoint()
637 VERIFY(xd != NULL); in xhci_command_evaluate_context()
643 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_evaluate_context()
681 VERIFY(xd != NULL); in xhci_command_reset_endpoint()
708 xd->xd_slot, code); in xhci_command_reset_endpoint()
740 VERIFY(xd != NULL); in xhci_command_set_tr_dequeue()
770 xd->xd_slot, code); in xhci_command_set_tr_dequeue()
[all …]
H A Dxhci_context.c217 VERIFY(xd->xd_slot > 0 && in xhci_context_slot_output_init()
218 xd->xd_slot <= xhcip->xhci_caps.xcap_max_slots); in xhci_context_slot_output_init()
220 xhcip->xhci_dcbaa.xdc_base_addrs[xd->xd_slot] = in xhci_context_slot_output_init()
221 LE_64(xhci_dma_pa(&xd->xd_octx)); in xhci_context_slot_output_init()
226 "synchronizing DCBAA slot DMA memory", xd->xd_slot, in xhci_context_slot_output_init()
227 xd->xd_port); in xhci_context_slot_output_init()
239 VERIFY(xd->xd_slot > 0 && in xhci_context_slot_output_fini()
240 xd->xd_slot <= xhcip->xhci_caps.xcap_max_slots); in xhci_context_slot_output_fini()
242 xhcip->xhci_dcbaa.xdc_base_addrs[xd->xd_slot] = 0ULL; in xhci_context_slot_output_fini()
247 "synchronizing DCBAA slot DMA memory", xd->xd_slot, in xhci_context_slot_output_fini()
[all …]
H A Dxhci_polled.c105 xhci_device_t *xd; in xhci_polled_get_endpoint() local
110 xd = xhci_device_lookup_by_slot(xhcip, slot); in xhci_polled_get_endpoint()
111 if (xd == NULL) in xhci_polled_get_endpoint()
118 return (xd->xd_endpoints[endpoint - 1]); in xhci_polled_get_endpoint()
126 xhci_device_t *xd = xep->xep_xd; in xhci_polled_endpoint_transfer() local
160 "DMA memory", xhcip, xep->xep_num, xd->xd_slot, in xhci_polled_endpoint_transfer()
161 xd->xd_port); in xhci_polled_endpoint_transfer()
185 sched_err = xhci_endpoint_schedule(xhcip, xd, xep, xt, B_TRUE); in xhci_polled_endpoint_transfer()
H A Dxhci_dma.c565 xhci_transfer_calculate_isoc(xhci_device_t *xd, xhci_endpoint_t *xep, in xhci_transfer_calculate_isoc() argument
577 mps = XHCI_EPCTX_GET_MPS(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_transfer_calculate_isoc()
578 burst = XHCI_EPCTX_GET_MAXB(xd->xd_endout[xep->xep_num]->xec_info2); in xhci_transfer_calculate_isoc()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c543 xhci_device_t xd; in xhci_mdb_walk_xhci_device_step() local
545 if (mdb_vread(&xd, sizeof (xd), wsp->walk_addr) != sizeof (xd)) { in xhci_mdb_walk_xhci_device_step()
557 xhci_device_t *xd; in xhci_mdb_walk_xhci_endpoint_init() local
566 xd = &xm->xmwe_device; in xhci_mdb_walk_xhci_endpoint_init()
567 if (mdb_vread(xd, sizeof (*xd), wsp->walk_addr) != sizeof (*xd)) { in xhci_mdb_walk_xhci_endpoint_init()
634 const xhci_device_t *xd = data; in xhci_mdb_find_device_cb() local
718 const xhci_device_t *xd = arg; in xhci_mdb_print_endpoint_summary() local
748 xhci_device_t xd; in xhci_mdb_print_device() local
757 if (mdb_vread(&xd, sizeof (xd), addr) != sizeof (xd)) { in xhci_mdb_print_device()
788 xd.xd_slot, count); in xhci_mdb_print_device()
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c68 int xd, yd; in drawline() local
81 xd = dx / DX; in drawline()
83 if (xd == 0) { in drawline()
96 numdots = abs (xd); in drawline()
97 motincr = DX * sgn (xd); in drawline()
106 if (abs (xd) > abs (yd)) { in drawline()
107 val = slope = (float) xd/yd; in drawline()
108 numdots = abs (xd); in drawline()
112 motincr = DX * sgn (xd); in drawline()
116 val = slope = (float) yd/xd; in drawline()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c109 u32 xd, ioffset; in di_read() local
115 xd = (inum & (INOSPERIAG - 1)) >> L2INOSPEREXT; in di_read()
122 3072 + xd*sizeof(pxd_t), sizeof(pxd_t), (char *)&pxd); in di_read()
161 pxd_t *xd; in first_dentry() local
176 xd = &((idtentry_t *)dtr->slot)[(int)dtr->header.stbl[0]].xd; in first_dentry()
178 devread (addressPXD (xd) << jfs.bdlog, 0, in first_dentry()
182 xd = &de[(int)((s8 *)&de[(int)dtpage->header.stblindex])[0]].xd; in first_dentry()
H A Djfs.h294 pxd_t xd; /* 8: child extent descriptor */ member
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Ddiv.c5 static int xd = 1 / 0; variable
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1842 if (xd == NULL) { in stmf_ic_rx_scsi_data()
1859 kmem_free(xd, xd->alloc_size); in stmf_ic_rx_scsi_data()
5973 if (xd == NULL) { in stmf_prepare_tpgs_data()
5980 p = xd->buf; in stmf_prepare_tpgs_data()
6028 return (xd); in stmf_prepare_tpgs_data()
6294 if (xd == NULL) { in stmf_scsilib_handle_report_tpgs()
6307 kmem_free(xd, xd->alloc_size); in stmf_scsilib_handle_report_tpgs()
6847 p = &xd->buf[xd->size_done]; in stmf_xd_to_dbuf()
6853 kmem_free(xd, xd->alloc_size); in stmf_xd_to_dbuf()
6996 kmem_free(xd, xd->alloc_size); in stmf_dlun0_new_task()
[all …]
H A Dlun_map.c247 stmf_xfer_data_t *xd; in stmf_session_prepare_report_lun_data() local
261 xd = (stmf_xfer_data_t *)kmem_zalloc(alloc_size, KM_NOSLEEP); in stmf_session_prepare_report_lun_data()
263 if (xd == NULL) in stmf_session_prepare_report_lun_data()
266 xd->alloc_size = alloc_size; in stmf_session_prepare_report_lun_data()
267 xd->size_left = data_size; in stmf_session_prepare_report_lun_data()
269 *((uint32_t *)xd->buf) = BE_32(data_size - 8); in stmf_session_prepare_report_lun_data()
271 return (xd); in stmf_session_prepare_report_lun_data()
276 buf = &(xd->buf[0]); in stmf_session_prepare_report_lun_data()
288 return (xd); in stmf_session_prepare_report_lun_data()
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.prefetch.out5 libdis_test+0xd: 0f 0d 49 08 prefetchw 0x8(%ecx)
H A D64.adx.out4 libdis_test+0xd: 66 48 0f 38 f6 13 adcx (%rbx),%rdx
H A D64.vmx.out5 libdis_test+0xd: 0f 78 18 vmread %rbx,(%rax)
H A D32.ssse3.out4 libdis_test+0xd: 66 0f 38 1c 08 pabsb (%eax),%xmm1
H A D64.ssse3.out4 libdis_test+0xd: 66 0f 38 1c 08 pabsb (%rax),%xmm1
H A D64.opmask.out4 libdis_test+0xd: c4 e1 ec 4a d9 kaddq %k1,%k2,%k3
H A D32.opmask.out4 libdis_test+0xd: c4 e1 ec 4a d9 kaddq %k1,%k2,%k3
H A D64.avx.out4 libdis_test+0xd: c5 f5 58 d0 vaddpd %ymm0,%ymm1,%ymm2
238 libdis_test+0x4a6: c5 f1 c2 d0 0d vcmppd $0xd,%xmm0,%xmm1,%xmm2
239 libdis_test+0x4ab: c5 e1 c2 20 0d vcmppd $0xd,(%rax),%xmm3,%xmm4
241 libdis_test+0x4b6: c5 f5 c2 d0 0d vcmppd $0xd,%ymm0,%ymm1,%ymm2
242 libdis_test+0x4bb: c5 e5 c2 23 0d vcmppd $0xd,(%rbx),%ymm3,%ymm4
244 libdis_test+0x4c6: c5 f0 c2 d0 0d vcmpps $0xd,%xmm0,%xmm1,%xmm2
245 libdis_test+0x4cb: c5 e0 c2 20 0d vcmpps $0xd,(%rax),%xmm3,%xmm4
247 libdis_test+0x4d6: c5 f4 c2 d0 0d vcmpps $0xd,%ymm0,%ymm1,%ymm2
248 libdis_test+0x4db: c5 e4 c2 23 0d vcmpps $0xd,(%rbx),%ymm3,%ymm4
250 libdis_test+0x4e6: c5 f3 c2 d0 0d vcmpsd $0xd,%xmm0,%xmm1,%xmm2
[all …]
H A D32.avx.out4 libdis_test+0xd: c5 f5 58 d0 vaddpd %ymm0,%ymm1,%ymm2
238 libdis_test+0x4a6: c5 f1 c2 d0 0d vcmppd $0xd,%xmm0,%xmm1,%xmm2
239 libdis_test+0x4ab: c5 e1 c2 20 0d vcmppd $0xd,(%eax),%xmm3,%xmm4
241 libdis_test+0x4b6: c5 f5 c2 d0 0d vcmppd $0xd,%ymm0,%ymm1,%ymm2
242 libdis_test+0x4bb: c5 e5 c2 23 0d vcmppd $0xd,(%ebx),%ymm3,%ymm4
244 libdis_test+0x4c6: c5 f0 c2 d0 0d vcmpps $0xd,%xmm0,%xmm1,%xmm2
245 libdis_test+0x4cb: c5 e0 c2 20 0d vcmpps $0xd,(%eax),%xmm3,%xmm4
247 libdis_test+0x4d6: c5 f4 c2 d0 0d vcmpps $0xd,%ymm0,%ymm1,%ymm2
248 libdis_test+0x4db: c5 e4 c2 23 0d vcmpps $0xd,(%ebx),%ymm3,%ymm4
250 libdis_test+0x4e6: c5 f3 c2 d0 0d vcmpsd $0xd,%xmm0,%xmm1,%xmm2
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c782 uint8_t *xd = xbuf; in vdev_raidz_reconst_pq_func() local
786 i++, rpq->p++, rpq->q++, rpq->pxy++, rpq->qxy++, xd++, yd++) { in vdev_raidz_reconst_pq_func()
787 *xd = vdev_raidz_exp2(*rpq->p ^ *rpq->pxy, rpq->aexp) ^ in vdev_raidz_reconst_pq_func()
789 *yd = *rpq->p ^ *rpq->pxy ^ *xd; in vdev_raidz_reconst_pq_func()
799 uint8_t *xd = xbuf; in vdev_raidz_reconst_pq_tail_func() local
802 i++, rpq->p++, rpq->q++, rpq->pxy++, rpq->qxy++, xd++) { in vdev_raidz_reconst_pq_tail_func()
804 *xd = vdev_raidz_exp2(*rpq->p ^ *rpq->pxy, rpq->aexp) ^ in vdev_raidz_reconst_pq_tail_func()
906 abd_t *xd, *yd; in vdev_raidz_reconstruct_pq() local
943 xd = rm->rm_col[x].rc_abd; in vdev_raidz_reconstruct_pq()
970 (void) abd_iterate_func2(xd, yd, 0, 0, ysize, in vdev_raidz_reconstruct_pq()
[all …]
H A Dvdev_raidz_math_impl.h124 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff() local
137 xd = gf_mul(nxx, ny) ^ gf_mul(nx, nyy) ^ nyyz ^ in raidz_rec_pqr_coeff()
142 coeff[MUL_PQR_XP] = gf_div(nyyz ^ nyzz, xd); in raidz_rec_pqr_coeff()
143 coeff[MUL_PQR_XQ] = gf_div(nyy ^ nzz, xd); in raidz_rec_pqr_coeff()
144 coeff[MUL_PQR_XR] = gf_div(ny ^ nz, xd); in raidz_rec_pqr_coeff()
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME171 hid1: Index = 65 value =0xd
183 hid1: Index = 77 value =0xd
307 hid1: Index = 201 value =0xd
471 hidparser: scanner: aindex = 0xd
473 hidparser: scanner: index = 0xd ch = 0x26
721 hidparser: scanner: parsed_text[0] = 0xd,index = 0x41
757 hidparser: scanner: parsed_text[0] = 0xd,index = 0x4d
1193 hidparser: scanner: parsed_text[0] = 0xd,index = 0xc9
1557 0x29, 0xd, /* Usage Maximum (0xd) */
1563 0x95, 0xd, /* Report Count (0xd) */
[all …]

12