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

/freebsd-10.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c221 struct sfxge_tx_dpl *stdp; local
230 stdp = &txq->dpl;
233 putp = &stdp->std_put;
258 if (count > stdp->std_put_hiwat)
259 stdp->std_put_hiwat = count;
263 *stdp->std_getp = get_next;
264 stdp->std_getp = get_tailp;
265 stdp->std_get_count += count;
266 stdp->std_get_non_tcp_count += non_tcp_count;
459 struct sfxge_tx_dpl *stdp; local
563 struct sfxge_tx_dpl *stdp; local
600 struct sfxge_tx_dpl *stdp; local
684 struct sfxge_tx_dpl *stdp = &txq->dpl; local
1708 struct sfxge_tx_dpl *stdp; local
[all...]
/freebsd-10.3-release/lib/libc/gen/
H A Dsyslog.c139 char *stdp, tbuf[2048], fmt_cpy[1024], timbuf[26], errstr[64]; local
182 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left);
250 v->iov_base = stdp;
251 v->iov_len = cnt - (stdp - tbuf);
/freebsd-10.3-release/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
316 equiv_enum(tdesc_t *stdp, tdesc_t *ttdp, equiv_data_t *ed __unused) argument
[all...]

Completed in 163 milliseconds