Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sfxge/
H A Dsfxge_tx.c284 stdp = &txq->dpl; in sfxge_tx_qdpl_swizzle()
287 putp = &stdp->std_put; in sfxge_tx_qdpl_swizzle()
549 stdp = &txq->dpl; in sfxge_tx_qdpl_drain()
557 mbuf = stdp->std_get; in sfxge_tx_qdpl_drain()
599 stdp->std_getp = &stdp->std_get; in sfxge_tx_qdpl_drain()
645 stdp = &txq->dpl; in sfxge_tx_qdpl_put_locked()
651 if (stdp->std_get_count >= stdp->std_get_max) { in sfxge_tx_qdpl_put_locked()
690 stdp = &txq->dpl; in sfxge_tx_qdpl_put_unlocked()
777 stdp->std_getp = &stdp->std_get; in sfxge_tx_qdpl_flush()
1878 stdp = &txq->dpl; in sfxge_tx_qinit()
[all …]
/freebsd-13.1/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-13.1/lib/libc/gen/
H A Dsyslog.c147 char hostname[MAXHOSTNAMELEN], *stdp, tbuf[MAXLINE], fmt_cpy[MAXLINE], in vsyslog1() local
207 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left); in vsyslog1()
280 v->iov_base = stdp; in vsyslog1()
281 v->iov_len = cnt - (stdp - tbuf); in vsyslog1()