Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/usr.bin/rpcgen/
H A Drpc_scan.c48 static int pushed = 0; /* is a token pushed */ variable
147 if (pushed) { in get_token()
148 pushed = 0; in get_token()
304 pushed = 1; in unget_token()
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade45 At this point the vendor branch can be pushed to the FreeBSD repo via:
51 not pushed by default.
54 --dry-run first to ensure that no undesired tags will be pushed:
59 The update and tag could instead be pushed later, along with the merge
/freebsd/contrib/lua/src/
H A Dlobject.c399 int pushed; /* true if there is a part of the result on the stack */ member
418 if (!buff->pushed) /* no previous string on the stack? */ in pushstr()
419 buff->pushed = 1; /* now there is one */ in pushstr()
483 buff.pushed = buff.blen = 0; in luaO_pushvfstring()
544 lua_assert(buff.pushed == 1); in luaO_pushvfstring()
/freebsd/crypto/openssh/
H A DFREEBSD-upgrade42 At this point the vendor branch can be pushed to the FreeBSD repo via:
48 not pushed by default.
51 --dry-run first to ensure that no undesired tags will be pushed:
56 The update and tag could instead be pushed later, along with the merge
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h165 unsigned int pushed; member
H A Dsfxge_tx.c541 unsigned int pushed; in sfxge_tx_qdpl_drain() local
548 pushed = txq->added; in sfxge_tx_qdpl_drain()
584 if (txq->added - pushed >= SFXGE_TX_BATCH) { in sfxge_tx_qdpl_drain()
585 efx_tx_qpush(txq->common, txq->added, pushed); in sfxge_tx_qdpl_drain()
586 pushed = txq->added; in sfxge_tx_qdpl_drain()
604 if (txq->added != pushed) in sfxge_tx_qdpl_drain()
605 efx_tx_qpush(txq->common, txq->added, pushed); in sfxge_tx_qdpl_drain()
H A Dsfxge_rx.c301 efx_rx_qpush(rxq->common, rxq->added, &rxq->pushed); in sfxge_rx_qfill()
307 if(rxq->pushed == rxq->completed) { in sfxge_rx_qfill()
999 rxq->pushed = 0; in sfxge_rx_qstop()
/freebsd/sys/dev/sfxge/common/
H A Defx_tx.c86 __in unsigned int pushed);
428 __in unsigned int pushed) in efx_tx_qpush() argument
435 etxop->etxo_qpush(etp, added, pushed); in efx_tx_qpush()
810 __in unsigned int pushed) in siena_tx_qpush() argument
828 wptr, pushed & etp->et_mask); in siena_tx_qpush()
H A Def10_rx.c860 unsigned int pushed = *pushedp; in ef10_rx_qpush() local
866 if (pushed == wptr) in ef10_rx_qpush()
878 wptr, pushed & erp->er_mask); in ef10_rx_qpush()
H A Def10_tx.c499 __in unsigned int pushed) in ef10_tx_qpush() argument
509 id = pushed & etp->et_mask; in ef10_tx_qpush()
H A Defx_rx.c1496 unsigned int pushed = *pushedp; in siena_rx_qpush() local
1515 wptr, pushed & erp->er_mask); in siena_rx_qpush()
/freebsd/usr.bin/col/
H A DREADME7 lines are pushed to the line below
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S49 # we now have ret and eax pushed onto where new stack will be
60 pop %eax # eax was already pushed on new stack
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_ITAV_set0.pod68 integer as value. Afterwards, it is pushed to the B<OSSL_CMP_CTX> to be later
H A DX509_ATTRIBUTE.pod165 B<X509_ATTRIBUTE> is used. Note that the ASN1_OBJECT I<obj> is pushed onto the
/freebsd/contrib/ncurses/misc/
H A Dchkdef.cmd69 * information is pushed into a REXX private list with the RXQUEUE
H A Dcmpdef.cmd71 * information is pushed into a REXX private list with the RXQUEUE
H A Dmakedef.cmd80 * information is pushed into a REXX private list with the RXQUEUE
/freebsd/contrib/libucl/doc/
H A Dlua_api.md83 - `{int}`: `1` if an object is pushed to lua
/freebsd/sys/contrib/device-tree/Bindings/dma/ti/
H A Dk3-udma.yaml28 is indirectly controlled by the order in which blocks are pushed into the DMA
/freebsd/tools/tools/git/
H A DHOWTO77 series of commits that are ready to be pushed to git.
H A Dgit-arc.sh72 stage -- Prepare a series of commits to be pushed to the upstream FreeBSD
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst624 Reader is newly pushed onto the reader stack.
636 Another reader was pushed on the stack.
1153 2) When frame A pushed frame B (or if frameA is on the stack
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt67 queues looking for descriptors that have been pushed
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md117 * All changes pushed to `master` should cross-reference one or more issues in

12