Searched refs:xchg (Results 1 – 8 of 8) sorted by relevance
/titanic_50/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 …]
|
/titanic_50/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
|
/titanic_50/usr/src/uts/intel/brand/common/ |
H A D | brand_solaris.s | 149 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */ 170 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */
|
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 1347 xchgstr(int xchg) in xchgstr() argument 1351 switch (xchg) { in xchgstr() 1368 gettext("<unknown %d>"), xchg); in xchgstr()
|