Searched refs:pstmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_tx.c147 sfxge_next_stmp(struct sfxge_txq *txq, struct sfxge_tx_mapping **pstmp) argument
149 KASSERT((*pstmp)->flags == 0, ("stmp flags are not 0"));
150 if (__predict_false(*pstmp ==
152 *pstmp = &txq->stmp[0];
154 (*pstmp)++;
159 struct sfxge_tx_mapping **pstmp)
186 sfxge_next_stmp(txq, pstmp);
193 struct sfxge_tx_mapping **pstmp)
208 sfxge_next_stmp(txq, pstmp);
158 sfxge_tx_maybe_toggle_cksum_offload(struct sfxge_txq *txq, struct mbuf *mbuf, struct sfxge_tx_mapping **pstmp) argument
192 sfxge_tx_maybe_insert_tag(struct sfxge_txq *txq, struct mbuf *mbuf, struct sfxge_tx_mapping **pstmp) argument
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c444 const X509_OBJECT *tobj, *pstmp; local
446 pstmp = &stmp;
449 if (x509_object_cmp(&tobj, &pstmp))
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c400 struct pmcstat_string *ps, *pstmp; local
404 pstmp) {

Completed in 162 milliseconds