/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_dma.c | 264 xhci_transfer_free(xhci_t *xhcip, xhci_transfer_t *xt) in xhci_transfer_free() argument 266 if (xt == NULL) in xhci_transfer_free() 270 xhci_dma_free(&xt->xt_buffer); in xhci_transfer_free() 271 if (xt->xt_isoc != NULL) { in xhci_transfer_free() 272 ASSERT3U(xt->xt_ntrbs, >, 0); in xhci_transfer_free() 273 kmem_free(xt->xt_isoc, sizeof (usb_isoc_pkt_descr_t) * in xhci_transfer_free() 274 xt->xt_ntrbs); in xhci_transfer_free() 275 xt->xt_isoc = NULL; in xhci_transfer_free() 277 if (xt->xt_trbs != NULL) { in xhci_transfer_free() 278 ASSERT3U(xt->xt_ntrbs, >, 0); in xhci_transfer_free() [all …]
|
H A D | xhci_endpoint.c | 881 xhci_transfer_t *xt; in xhci_endpoint_tick() local 917 xt = list_head(&xep->xep_transfers); in xhci_endpoint_tick() 918 if (xt == NULL) { in xhci_endpoint_tick() 924 if (xt->xt_timeout > 0) { in xhci_endpoint_tick() 925 xt->xt_timeout--; in xhci_endpoint_tick() 957 xhci_ring_skip_transfer(&xep->xep_ring, xt); in xhci_endpoint_tick() 990 ASSERT(xt->xt_usba_req != NULL); in xhci_endpoint_tick() 991 usba_hcdi_cb(xep->xep_pipe, xt->xt_usba_req, USB_CR_TIMEOUT); in xhci_endpoint_tick() 992 xhci_transfer_free(xhcip, xt); in xhci_endpoint_tick() 1003 xhci_transfer_t *xt, boolean_t ring) in xhci_endpoint_schedule() argument [all …]
|
H A D | xhci_usba.c | 327 xhci_transfer_t *xt; in xhci_hcdi_pipe_flush() local 331 while ((xt = list_remove_head(&xep->xep_transfers)) != NULL) { in xhci_hcdi_pipe_flush() 333 XHCI_IS_ONESHOT_XFER(xt)) { in xhci_hcdi_pipe_flush() 334 usba_hcdi_cb(xep->xep_pipe, xt->xt_usba_req, in xhci_hcdi_pipe_flush() 336 xhci_transfer_free(xhcip, xt); in xhci_hcdi_pipe_flush() 726 xhci_transfer_t *xt; in xhci_hcdi_pipe_ctrl_xfer() local 790 xt = xhci_transfer_alloc(xhcip, xep, ucrp->ctrl_wLength, 2, usb_flags); in xhci_hcdi_pipe_ctrl_xfer() 791 if (xt == NULL) { in xhci_hcdi_pipe_ctrl_xfer() 794 xt->xt_usba_req = (usb_opaque_t)ucrp; in xhci_hcdi_pipe_ctrl_xfer() 795 xt->xt_timeout = ucrp->ctrl_timeout; in xhci_hcdi_pipe_ctrl_xfer() [all …]
|
H A D | xhci_polled.c | 129 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 D | xhci_ring.c | 449 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.S | 108 / uint64_t xt, yt, r; 111 / xt = -(uint64_t) x; 114 / xt = x; 123 / r = UDiv(xt, yt); 139 movl %eax, (%esp) / x, xt 140 movl %edx, 4(%esp) / x, xt 147 movl 8(%esp), %eax / xt, xt 148 movl 12(%esp), %edx / xt, xt 169 movl %eax, (%esp) / x, xt 170 movl %edx, 4(%esp) / x, xt [all …]
|
H A D | _div64.S | 650 / uint64_t xt, yt, r; 653 / xt = -(uint64_t) x; 656 / xt = x; 665 / r = UDiv(xt, yt); 681 movl %eax, (%esp) / x, xt 682 movl %edx, 4(%esp) / x, xt 689 movl 8(%esp), %eax / xt, xt 690 movl 12(%esp), %edx / xt, xt 711 movl %eax, (%esp) / x, xt 712 movl %edx, 4(%esp) / x, xt [all …]
|
/illumos-gate/usr/src/common/util/i386/ |
H A D | muldiv.S | 696 / uint64_t xt, yt, r; 699 / xt = -(uint64_t) x; 702 / xt = x; 711 / r = UDiv(xt, yt); 727 movl %eax, (%esp) / x, xt 728 movl %edx, 4(%esp) / x, xt 735 movl 8(%esp), %eax / xt, xt 736 movl 12(%esp), %edx / xt, xt 757 movl %eax, (%esp) / x, xt 758 movl %edx, 4(%esp) / x, xt [all …]
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 67 \ - xt 73 \ ; is overridden to fill in xt returned by :noname 75 \ => looks up xt in the vtable and compiles it directly 99 : (lookup-method) { class 2:name -- class 0 | class xt 1 | class xt -1 } 108 \ and pushes the xt of the method. If not, it aborts with an error message. 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 [all …]
|
H A D | marker.fr | 14 here - allot \ reset HERE to my xt-addr
|
H A D | softcore.fr | 246 : debug ' debug-xt ; immediate
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 279 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 D | tools.c | 287 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 D | svc.c | 1493 SVCXPRT_EXT *xt = NULL; in svc_xprt_alloc() local 1502 if ((xt = calloc(1, sizeof (SVCXPRT_EXT))) == NULL) in svc_xprt_alloc() 1504 xprt->xp_p3 = (caddr_t)xt; /* SVCEXT(xprt) = xt */ in svc_xprt_alloc() 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() 1540 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; in svc_xprt_free() local 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() [all …]
|
H A D | svc_vc.c | 161 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 D | svc_dg.c | 96 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 D | fsys_xfs.c | 50 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 D | brand.4th | 52 s" brand" sfind ( -- xt|0 bool ) if 56 drop ( xt = 0 ) \ cruft
|
H A D | beastie.4th | 57 s" logo" sfind ( -- xt|0 bool ) if 61 drop ( xt = 0 ) \ cruft
|
H A D | support.4th | 248 \ 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 D | loader.4th | 625 ['] 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 D | smbns_ads.c | 2018 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/uts/common/sys/usb/hcd/xhci/ |
H A D | xhci.h | 349 #define XHCI_IS_ONESHOT_XFER(xt) ((xt)->xt_usba_req != NULL) argument
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | signal.sh | 258 expected[xt-]="3-intr 2-intr 1-intr 1-0000"
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 2237 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()
|