Searched refs:pushed (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c54 static int pushed = 0; /* is a token pushed */ variable
55 static token lasttok; /* last token, if pushed */
149 if (pushed) {
150 pushed = 0;
315 pushed = 1;
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s119 ENTRY2(sigsetjmp,_sigsetjmp) / EIP already pushed
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_tx.c83 __in unsigned int pushed);
391 __in unsigned int pushed)
398 etxop->etxo_qpush(etp, added, pushed);
769 __in unsigned int pushed)
787 wptr, pushed & etp->et_mask);
388 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
766 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Def10_rx.c682 unsigned int pushed = *pushedp; local
688 if (pushed == wptr)
700 wptr, pushed & erp->er_mask);
H A Def10_tx.c203 * TX push collector, but not pushed the doorbell (e.g. after a crash).
473 * hardware decides not to use the pushed descriptor.
479 __in unsigned int pushed)
489 id = pushed & etp->et_mask;
476 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Defx_rx.c1044 unsigned int pushed = *pushedp; local
1049 /* All descriptors are pushed */
1063 wptr, pushed & erp->er_mask);
H A Def10_impl.h636 __in unsigned int pushed);
H A Defx.h1991 __in unsigned int pushed);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c2088 unsigned int pushed = stp->st_added; local
2165 if (stp->st_added - pushed >= SFXGE_TX_BATCH) {
2166 efx_tx_qpush(stp->st_etp, stp->st_added, pushed);
2167 pushed = stp->st_added;
2226 if (stp->st_added != pushed)
2227 efx_tx_qpush(stp->st_etp, stp->st_added, pushed);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c805 error("Too many characters pushed");
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.s429 / of the error case has been pushed on the memory stack.

Completed in 80 milliseconds