Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
753 fct_cmd_fca_aborted(xchg->xch_cmd, in fcoet_watchdog()
[all …]
/illumos-gate/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
/illumos-gate/usr/src/uts/intel/brand/common/
H A Dbrand_solaris.S116 xchg (SP_REG), SYSCALL_REG /* swap new and orig. return addrs */
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S166 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 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
/illumos-gate/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
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1350 xchgstr(int xchg) in xchgstr() argument
1354 switch (xchg) { in xchgstr()
1371 gettext("<unknown %d>"), xchg); in xchgstr()