Home
last modified time | relevance | path

Searched refs:xfp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c2901 xo_format_t *xfp) in xo_format_string() argument
2918 if (xfp->xf_fc == 'm') { in xo_format_string()
2926 if (xfp->xf_skip) in xo_format_string()
2942 if (xfp->xf_skip) in xo_format_string()
2960 if (xfp->xf_enc == need_enc in xo_format_string()
2961 && xfp->xf_width[XF_WIDTH_MIN] < 0 in xo_format_string()
2963 && xfp->xf_width[XF_WIDTH_MAX] < 0 in xo_format_string()
2983 xfp->xf_width[XF_WIDTH_MAX], in xo_format_string()
2984 need_enc, xfp->xf_enc); in xo_format_string()
3009 if (xfp->xf_seen_minus) { in xo_format_string()
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe.c8845 bxe_intr_fp(void *xfp) in bxe_intr_fp() argument
8847 struct bxe_fastpath *fp = (struct bxe_fastpath *)xfp; in bxe_intr_fp()