/freebsd/usr.bin/rpcgen/ |
H A D | rpc_scan.c | 48 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 D | FREEBSD-upgrade | 45 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 D | lobject.c | 399 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 D | FREEBSD-upgrade | 42 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/contrib/llvm-project/libunwind/src/ |
H A D | UnwindRegistersRestore.S | 49 # we now have ret and eax pushed onto where new stack will be 60 pop %eax # eax was already pushed on new stack
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_tx.c | 86 __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 D | ef10_rx.c | 860 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 D | ef10_tx.c | 499 __in unsigned int pushed) in ef10_tx_qpush() argument 509 id = pushed & etp->et_mask; in ef10_tx_qpush()
|
H A D | efx_rx.c | 1496 unsigned int pushed = *pushedp; in siena_rx_qpush() local 1515 wptr, pushed & erp->er_mask); in siena_rx_qpush()
|
H A D | ef10_impl.h | 732 __in unsigned int pushed);
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_rx.h | 165 unsigned int pushed; member
|
H A D | sfxge_tx.c | 541 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 D | sfxge_rx.c | 301 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/usr.bin/col/ |
H A D | README | 7 lines are pushed to the line below
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_ITAV_set0.pod | 68 integer as value. Afterwards, it is pushed to the B<OSSL_CMP_CTX> to be later
|
H A D | X509_ATTRIBUTE.pod | 165 B<X509_ATTRIBUTE> is used. Note that the ASN1_OBJECT I<obj> is pushed onto the
|
/freebsd/contrib/ncurses/misc/ |
H A D | chkdef.cmd | 69 * information is pushed into a REXX private list with the RXQUEUE
|
H A D | cmpdef.cmd | 71 * information is pushed into a REXX private list with the RXQUEUE
|
H A D | makedef.cmd | 80 * information is pushed into a REXX private list with the RXQUEUE
|
/freebsd/contrib/libucl/doc/ |
H A D | lua_api.md | 83 - `{int}`: `1` if an object is pushed to lua
|
/freebsd/tools/tools/git/ |
H A D | HOWTO | 77 series of commits that are ready to be pushed to git.
|
H A D | git-arc.sh | 80 stage -- Prepare a series of commits to be pushed to the upstream FreeBSD
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 624 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 D | keystone-navigator-qmss.txt | 67 queues looking for descriptors that have been pushed
|
/freebsd/contrib/kyua/ |
H A D | CONTRIBUTING.md | 117 * All changes pushed to `master` should cross-reference one or more issues in
|