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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_tx.c276 struct sfxge_tx_dpl *stdp; local
285 stdp = &txq->dpl;
288 putp = &stdp->std_put;
313 if (count > stdp->std_put_hiwat)
314 stdp->std_put_hiwat = count;
318 *stdp->std_getp = get_next;
319 stdp->std_getp = get_tailp;
320 stdp->std_get_count += count;
321 stdp->std_get_non_tcp_count += non_tcp_count;
540 struct sfxge_tx_dpl *stdp; local
644 struct sfxge_tx_dpl *stdp; local
681 struct sfxge_tx_dpl *stdp; local
765 struct sfxge_tx_dpl *stdp = &txq->dpl; local
1820 struct sfxge_tx_dpl *stdp; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dsyslog.c139 char *stdp, tbuf[2048], fmt_cpy[1024], timbuf[26], errstr[64]; local
176 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left);
243 v->iov_base = stdp;
244 v->iov_len = cnt - (stdp - tbuf);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c219 equiv_intrinsic(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed __unused) argument
221 intr_t *si = stdp->t_intr;
241 equiv_plain(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
243 return (equiv_node(stdp->t_tdesc, ttdp->t_tdesc, ed));
247 equiv_function(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
249 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef;
268 equiv_array(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
270 ardef_t *ar1 = stdp->t_ardef, *ar2 = ttdp->t_ardef;
283 equiv_su(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed) argument
285 mlist_t *ml1 = stdp
306 equiv_enum(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed __unused) argument
[all...]

Completed in 108 milliseconds