Home
last modified time | relevance | path

Searched refs:xt (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_dma.c266 if (xt == NULL) in xhci_transfer_free()
274 xt->xt_ntrbs); in xhci_transfer_free()
275 xt->xt_isoc = NULL; in xhci_transfer_free()
279 kmem_free(xt->xt_trbs, sizeof (xhci_trb_t) * xt->xt_ntrbs); in xhci_transfer_free()
280 xt->xt_trbs = NULL; in xhci_transfer_free()
284 kmem_free(xt->xt_trbs_pa, sizeof (uint64_t) * xt->xt_ntrbs); in xhci_transfer_free()
309 if (xt == NULL) in xhci_transfer_alloc()
389 return (xt); in xhci_transfer_alloc()
467 VERIFY(off + xt->xt_buffer.xdb_ncookies <= xt->xt_ntrbs); in xhci_transfer_trb_fill_data()
550 VERIFY(off + xt->xt_buffer.xdb_ncookies + 1 <= xt->xt_ntrbs); in xhci_transfer_trb_fill_data()
[all …]
H A Dxhci_endpoint.c918 if (xt == NULL) { in xhci_endpoint_tick()
925 xt->xt_timeout--; in xhci_endpoint_tick()
1019 xhci_ring_trb_fill(rp, i, &xt->xt_trbs[i], &xt->xt_trbs_pa[i], in xhci_endpoint_schedule()
1022 xhci_ring_trb_fill(rp, 0U, &xt->xt_trbs[0], &xt->xt_trbs_pa[0], in xhci_endpoint_schedule()
1082 return (xt); in xhci_endpoint_determine_transfer()
1104 return (xt); in xhci_endpoint_determine_transfer()
1117 xt->xt_short = 0; in xhci_endpoint_reschedule_periodic()
1213 xt->xt_short = xt->xt_buffer.xdb_len - remain; in xhci_endpoint_control_callback()
1351 xt->xt_short = xt->xt_buffer.xdb_len - residue; in xhci_endpoint_norm_callback()
1687 urp = xhci_endpoint_dup_periodic(xep, xt, &xt->xt_cr); in xhci_endpoint_transfer_callback()
[all …]
H A Dxhci_usba.c324 xhci_transfer_t *xt; in xhci_hcdi_pipe_flush() local
722 xhci_transfer_t *xt; in xhci_hcdi_pipe_ctrl_xfer() local
787 if (xt == NULL) { in xhci_hcdi_pipe_ctrl_xfer()
840 xt->xt_trbs[xt->xt_ntrbs - 1].trb_addr = 0; in xhci_hcdi_pipe_ctrl_xfer()
841 xt->xt_trbs[xt->xt_ntrbs - 1].trb_status = LE_32(XHCI_TRB_INTR(0)); in xhci_hcdi_pipe_ctrl_xfer()
842 xt->xt_trbs[xt->xt_ntrbs - 1].trb_flags = LE_32(XHCI_TRB_TYPE_STATUS | in xhci_hcdi_pipe_ctrl_xfer()
888 xhci_transfer_t *xt; in xhci_hcdi_pipe_bulk_xfer() local
923 if (xt == NULL) { in xhci_hcdi_pipe_bulk_xfer()
1107 if (xt == NULL) { in xhci_hcdi_periodic_init()
1195 if (xt == NULL) { in xhci_hcdi_intr_oneshot()
[all …]
H A Dxhci_polled.c129 xhci_transfer_t *xt; in xhci_polled_endpoint_transfer() local
139 if ((xt = xhci_endpoint_determine_transfer(xhcip, xep, trb, &off)) == in xhci_polled_endpoint_transfer()
150 if (!xt->xt_data_tohost) in xhci_polled_endpoint_transfer()
153 if (xt->xt_short != 0) in xhci_polled_endpoint_transfer()
156 if (xhci_transfer_sync(xhcip, xt, DDI_DMA_SYNC_FORCPU) != DDI_FM_OK) { in xhci_polled_endpoint_transfer()
164 len = xt->xt_buffer.xdb_len; in xhci_polled_endpoint_transfer()
167 xhci_transfer_copy(xt, xhci_polledp->xhci_polled_buf, len, B_TRUE); in xhci_polled_endpoint_transfer()
173 VERIFY3P(rem, ==, xt); in xhci_polled_endpoint_transfer()
175 xt->xt_short = 0; in xhci_polled_endpoint_transfer()
176 xt->xt_cr = USB_CR_OK; in xhci_polled_endpoint_transfer()
[all …]
H A Dxhci_ring.c449 xhci_ring_skip_transfer(xhci_ring_t *xrp, xhci_transfer_t *xt) in xhci_ring_skip_transfer() argument
453 for (i = 0; i < xt->xt_ntrbs; i++) { in xhci_ring_skip_transfer()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_divdi3.S108 / uint64_t xt, yt, r;
111 / xt = -(uint64_t) x;
114 / xt = x;
123 / r = UDiv(xt, yt);
147 movl 8(%esp), %eax / xt, xt
148 movl 12(%esp), %edx / xt, xt
193 / uint64_t xt, yt, rem;
196 / xt = -(uint64_t) x;
198 / xt = x;
230 movl 12(%esp), %eax / xt, xt
[all …]
H A D_div64.S650 / uint64_t xt, yt, r;
656 / xt = x;
665 / r = UDiv(xt, yt);
689 movl 8(%esp), %eax / xt, xt
690 movl 12(%esp), %edx / xt, xt
740 / xt = x;
772 movl 12(%esp), %eax / xt, xt
773 movl 16(%esp), %edx / xt, xt
848 / xt = x;
882 movl 20(%esp), %eax / xt, xt
[all …]
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S702 / xt = x;
735 movl 8(%esp), %eax / xt, xt
736 movl 12(%esp), %edx / xt, xt
818 movl 12(%esp), %eax / xt, xt
819 movl 16(%esp), %edx / xt, xt
1026 movl 8(%esp), %eax / xt, xt
1027 movl 12(%esp), %edx / xt, xt
1109 movl 12(%esp), %eax / xt, xt
1110 movl 16(%esp), %edx / xt, xt
1219 movl 20(%esp), %eax / xt, xt
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Doo.fr67 \ - xt
99 : (lookup-method) { class 2:name -- class 0 | class xt 1 | class xt -1 }
110 : lookup-method { class 2:name -- class xt }
111 class name (lookup-method) ( 0 | xt 1 | xt -1 )
119 : find-method-xt \ name ( class -- class xt )
137 find-method-xt execute
146 find-method-xt catch
176 drop find-method-xt compile, drop
527 drop find-method-xt nip >body @ ;
561 find-method-xt debug-xt ;
[all …]
H A Dmarker.fr14 here - allot \ reset HERE to my xt-addr
H A Dsoftcore.fr246 : debug ' debug-xt ; immediate
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c279 int xs, ys, xt, yt, Xs, Ys, qs, Xt, Yt, qt, in conicarc() local
328 xt = x1 - x; in conicarc()
378 if (xt < 0) in conicarc()
381 Yt = abs(xt); in conicarc()
384 Xt = abs(xt); in conicarc()
389 Xt = abs(xt); in conicarc()
394 Yt = abs(xt); in conicarc()
/illumos-gate/usr/src/common/ficl/
H A Dtools.c287 ficlWord *xt = ficlStackPopPointer(vm->dataStack); in ficlPrimitiveDebugXT() local
288 ficlWordKind wk = ficlWordClassify(xt); in ficlPrimitiveDebugXT()
290 ficlStackPushPointer(vm->dataStack, xt); in ficlPrimitiveDebugXT()
300 ficlVmExecuteWord(vm, xt); in ficlPrimitiveDebugXT()
304 ficlVmExecuteWord(vm, xt); in ficlPrimitiveDebugXT()
447 ficlWord *xt; in ficlPrimitiveStepBreak() local
448 xt = ficlDictionaryFindEnclosingWord( in ficlPrimitiveStepBreak()
450 if (xt) { in ficlPrimitiveStepBreak()
451 ficlStackPushPointer(vm->dataStack, xt); in ficlPrimitiveStepBreak()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1493 SVCXPRT_EXT *xt = NULL; in svc_xprt_alloc() local
1508 xt->my_xlist = xlist; in svc_xprt_alloc()
1513 xt->msg = msg; in svc_xprt_alloc()
1517 xt->req = req; in svc_xprt_alloc()
1521 xt->cred_area = cred_area; in svc_xprt_alloc()
1541 SVCXPRT_LIST *my_xlist = xt ? xt->my_xlist: NULL; in svc_xprt_free()
1542 struct rpc_msg *msg = xt ? xt->msg : NULL; in svc_xprt_free()
1543 struct svc_req *req = xt ? xt->req : NULL; in svc_xprt_free()
1544 char *cred_area = xt ? xt->cred_area : NULL; in svc_xprt_free()
1548 if (xt) in svc_xprt_free()
[all …]
H A Dsvc_vc.c161 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_vc_xprtfree() local
173 if (xt && (xt->parent == NULL)) { in svc_vc_xprtfree()
450 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_fd_xprtfree() local
461 if (xt && (xt->parent == NULL)) { in svc_fd_xprtfree()
471 if (xt && (xt->parent == NULL) && xprt->xp_p2) { in svc_fd_xprtfree()
H A Dsvc_dg.c96 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_dg_xprtfree() local
106 if (xt->parent == NULL) in svc_dg_xprtfree()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c50 xfs_bmbt_rec_32_t *xt; member
233 xfs.xt = inode->di_u.di_bmx; in init_extents()
277 xfs.xt = (xfs_bmbt_rec_32_t *)filebuf; in next_extent()
280 xad.offset = xt_offset (xfs.xt); in next_extent()
281 xad.start = xt_start (xfs.xt); in next_extent()
282 xad.len = xt_len (xfs.xt); in next_extent()
283 ++xfs.xt; in next_extent()
/illumos-gate/usr/src/boot/forth/
H A Dbrand.4th52 s" brand" sfind ( -- xt|0 bool ) if
56 drop ( xt = 0 ) \ cruft
H A Dbeastie.4th57 s" logo" sfind ( -- xt|0 bool ) if
61 drop ( xt = 0 ) \ cruft
H A Dsupport.4th248 \ execute xt for each device listed in console variable.
250 : console-iterate { xt | caddr clen taddr tlen -- }
270 xt execute
281 xt execute
681 : parse_quote ( xt -- addr len )
682 >r ( R: xt )
H A Dloader.4th625 ['] include ( -- xt ) \ get the execution token of `include'
626 catch ( xt -- exception# | 0 ) if \ failed
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c2018 const struct xlate_table *xt; in smb_ads_strerror() local
2023 for (xt = adjoin_table; xt->msg; xt++) in smb_ads_strerror()
2024 if (xt->err == err) in smb_ads_strerror()
2025 return (xt->msg); in smb_ads_strerror()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsignal.sh258 expected[xt-]="3-intr 2-intr 1-intr 1-0000"
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2237 master_interrupt_init(uint32_t portid, uint32_t xt) in master_interrupt_init() argument
2297 uint32_t portid, xt; in opl_master_interrupt() local
2310 xt = fc_cell2uint32_t(fc_arg(cp, 1)); in opl_master_interrupt()
2323 status = master_interrupt_init(portid, xt); in opl_master_interrupt()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps58 dest_tabs_magic_smso, "xt" "xt" Tabs destructive, magic so char (t1061)

12