Home
last modified time | relevance | path

Searched refs:stdp (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/sfxge/
H A Dsfxge_tx.c282 stdp = &txq->dpl; in sfxge_tx_qdpl_swizzle()
285 putp = &stdp->std_put; in sfxge_tx_qdpl_swizzle()
547 stdp = &txq->dpl; in sfxge_tx_qdpl_drain()
555 mbuf = stdp->std_get; in sfxge_tx_qdpl_drain()
597 stdp->std_getp = &stdp->std_get; in sfxge_tx_qdpl_drain()
643 stdp = &txq->dpl; in sfxge_tx_qdpl_put_locked()
649 if (stdp->std_get_count >= stdp->std_get_max) { in sfxge_tx_qdpl_put_locked()
688 stdp = &txq->dpl; in sfxge_tx_qdpl_put_unlocked()
775 stdp->std_getp = &stdp->std_get; in sfxge_tx_qdpl_flush()
1873 stdp = &txq->dpl; in sfxge_tx_qinit()
[all …]
/freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c221 intr_t *si = stdp->t_intr; in equiv_intrinsic()
241 equiv_plain(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_plain() argument
243 return (equiv_node(stdp->t_tdesc, ttdp->t_tdesc, ed)); in equiv_plain()
247 equiv_function(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_function() argument
249 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; in equiv_function()
268 equiv_array(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_array() argument
270 ardef_t *ar1 = stdp->t_ardef, *ar2 = ttdp->t_ardef; in equiv_array()
283 equiv_su(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) in equiv_su() argument
285 mlist_t *ml1 = stdp->t_members, *ml2 = ttdp->t_members; in equiv_su()
306 equiv_enum(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed __unused) in equiv_enum() argument
[all …]
/freebsd-14.2/lib/libc/gen/
H A Dsyslog.c143 char hostname[MAXHOSTNAMELEN], *stdp, tbuf[MAXLINE], fmt_cpy[MAXLINE], in vsyslog1() local
203 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left); in vsyslog1()
283 v->iov_base = stdp; in vsyslog1()
284 v->iov_len = cnt - (stdp - tbuf); in vsyslog1()