Searched defs:xchg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c726 fcoet_exchange_t *xchg, *xchg_next; local
740 for (xchg = list_head(&ss->ss_abort_xchg_list); xchg; ) {
741 xchg_next = list_next(&ss->ss_abort_xchg_list, xchg);
742 if (xchg->xch_ref == 0) {
743 list_remove(&ss->ss_abort_xchg_list, xchg);
745 /* xchg abort done */
746 if (xchg->xch_dbuf_num) {
747 kmem_free((void*)xchg->xch_dbufs,
748 xchg
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1347 xchgstr(int xchg) argument
1351 switch (xchg) {
1368 gettext("<unknown %d>"), xchg);

Completed in 65 milliseconds