Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c2901 xo_format_t *xfp) in xo_format_string() argument
2913 if (xo_check_conversion(xop, xfp->xf_enc, need_enc)) in xo_format_string()
2916 len = xfp->xf_width[XF_WIDTH_SIZE]; in xo_format_string()
2918 if (xfp->xf_fc == 'm') { in xo_format_string()
2924 } else if (xfp->xf_enc == XF_ENC_WIDE) { 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()
2962 && xfp->xf_width[XF_WIDTH_SIZE] < 0 in xo_format_string()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/airoha/
H A Den7581.dtsi367 "hsi-mac", "xfp-mac";
/freebsd/sys/dev/bxe/
H A Dbxe.c8836 bxe_intr_fp(void *xfp) in bxe_intr_fp() argument
8838 struct bxe_fastpath *fp = (struct bxe_fastpath *)xfp; in bxe_intr_fp()