Searched defs:should_abort (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_ev.c | 494 boolean_t should_abort; local 638 should_abort = eecp->eec_rx(arg, label, last_used_id, size, flags); 640 return (should_abort); 653 boolean_t should_abort; local 673 should_abort = eecp->eec_tx(arg, label, id); 675 return (should_abort); 686 boolean_t should_abort; local 689 should_abort = B_FALSE; 699 should_abort = eecp->eec_timer(arg, id); 709 should_abort 736 boolean_t should_abort; local 765 boolean_t should_abort = B_FALSE; local [all...] |
H A D | efx_ev.c | 559 boolean_t should_abort; local 689 should_abort = eecp->eec_rx(arg, label, id, size, flags); 691 return (should_abort); 703 boolean_t should_abort; local 718 should_abort = eecp->eec_tx(arg, label, id); 720 return (should_abort); 762 boolean_t should_abort; local 765 should_abort = B_FALSE; 778 should_abort = eecp->eec_txq_flush_done(arg, txq_index); 797 should_abort 892 boolean_t should_abort; local 921 boolean_t should_abort = B_FALSE; local 1085 boolean_t should_abort; local [all...] |
Completed in 60 milliseconds