Home
last modified time | relevance | path

Searched refs:xchg (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c726 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_41/usr/src/lib/libc/i386/gen/
H A D_mul64.s52 xchg %ecx,%eax / ecx = bottom half of ad.
57 xchg %eax,%esi / esi is bd, eax = A.lo (d)
61 xchg %eax,%edx
/titanic_41/usr/src/uts/intel/brand/common/
H A Dbrand_solaris.s149 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */
170 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */
/titanic_41/usr/src/common/util/i386/
H A Dmuldiv.s77 xchg %ecx,%eax / ecx = bottom half of ad.
82 xchg %eax,%esi / esi is bd, eax = A.lo (d)
86 xchg %eax,%edx
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dstrcmp.s107 xchg %ecx, %eax
108 xchg %rsi, %rdi
1823 xchg %rsi, %rdi /* recover original order according to flag(%r8d) */
H A Dmemset.s915 xchg %rax,%rdx
919 xchg %rax,%rdx
H A Dmemcpy.s2482 xchg %rcx,%r9
2494 xchg %rcx,%r9
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1347 xchgstr(int xchg) in xchgstr() argument
1351 switch (xchg) { in xchgstr()
1368 gettext("<unknown %d>"), xchg); in xchgstr()