Searched refs:xchg (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.c | 726 fcoet_exchange_t *xchg, *xchg_next; in fcoet_watchdog() local 740 for (xchg = list_head(&ss->ss_abort_xchg_list); xchg; ) { in fcoet_watchdog() 741 xchg_next = list_next(&ss->ss_abort_xchg_list, xchg); in fcoet_watchdog() 742 if (xchg->xch_ref == 0) { in fcoet_watchdog() 743 list_remove(&ss->ss_abort_xchg_list, xchg); in fcoet_watchdog() 746 if (xchg->xch_dbuf_num) { in fcoet_watchdog() 747 kmem_free((void*)xchg->xch_dbufs, in fcoet_watchdog() 748 xchg->xch_dbuf_num * in fcoet_watchdog() 750 xchg->xch_dbufs = NULL; in fcoet_watchdog() 751 xchg->xch_dbuf_num = 0; in fcoet_watchdog() [all …]
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | _mul64.S | 52 xchg %ecx,%eax / ecx = bottom half of ad. 57 xchg %eax,%esi / esi is bd, eax = A.lo (d) 61 xchg %eax,%edx
|
/illumos-gate/usr/src/uts/intel/brand/common/ |
H A D | brand_solaris.S | 116 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */
|
/illumos-gate/usr/src/boot/i386/btx/btx/ |
H A D | btx.S | 166 xchg %ax,%cx # as word 169 xchg %ax,%dx # P:DPL:type 171 xchg %ax,%bx # set
|
/illumos-gate/usr/src/common/util/i386/ |
H A D | muldiv.S | 77 xchg %ecx,%eax / ecx = bottom half of ad. 82 xchg %eax,%esi / esi is bd, eax = A.lo (d) 86 xchg %eax,%edx
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strcmp.S | 107 xchg %ecx, %eax 108 xchg %rsi, %rdi 1823 xchg %rsi, %rdi /* recover original order according to flag(%r8d) */
|
H A D | memset.S | 915 xchg %rax,%rdx 919 xchg %rax,%rdx
|
H A D | memcpy.S | 2482 xchg %rcx,%r9 2494 xchg %rcx,%r9
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 1350 xchgstr(int xchg) in xchgstr() argument 1354 switch (xchg) { in xchgstr() 1371 gettext("<unknown %d>"), xchg); in xchgstr()
|