Home
last modified time | relevance | path

Searched refs:PRINTF_BUFR_SIZE (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/xen/console/
H A Dxen_console.c176 #ifdef PRINTF_BUFR_SIZE in xc_printf()
177 char buf[PRINTF_BUFR_SIZE]; in xc_printf()
191 #ifdef PRINTF_BUFR_SIZE in xc_printf()
/freebsd/sys/kern/
H A Dsubr_prf.c275 #ifdef PRINTF_BUFR_SIZE in _vprintf()
276 char bufr[PRINTF_BUFR_SIZE]; in _vprintf()
283 #ifdef PRINTF_BUFR_SIZE in _vprintf()
296 #ifdef PRINTF_BUFR_SIZE in _vprintf()
H A Dtty.c111 #ifdef PRINTF_BUFR_SIZE
112 #define TTY_PRBUF_SIZE PRINTF_BUFR_SIZE
/freebsd/tools/tools/nanobsd/pcengines/
H A DALIX_DSK39 options PRINTF_BUFR_SIZE=128
/freebsd/sys/powerpc/conf/
H A DMPC85XX50 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
H A DQORIQ6459 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
H A DMPC85XXSPE50 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
H A DGENERIC6487 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
H A DGENERIC64LE83 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
/freebsd/sys/riscv/conf/
H A DNOTES14 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
H A DGENERIC65 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
/freebsd/sys/geom/
H A Dgeom_io.c997 #ifndef PRINTF_BUFR_SIZE in g_print_bio()
998 #define PRINTF_BUFR_SIZE 64 in g_print_bio() macro
1000 char bufr[PRINTF_BUFR_SIZE]; in g_print_bio()
H A Dgeom_subr.c86 #ifndef PRINTF_BUFR_SIZE in g_dbg_printf()
87 #define PRINTF_BUFR_SIZE 64 in g_dbg_printf() macro
89 char bufr[PRINTF_BUFR_SIZE]; in g_dbg_printf()
/freebsd/sys/arm/conf/
H A Dstd.armv6
H A Dstd.armv741 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
/freebsd/sys/arm64/conf/
H A DNOTES27 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
/freebsd/sys/i386/conf/
H A DGENERIC73 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
/freebsd/sys/amd64/conf/
H A DGENERIC79 options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
/freebsd/sys/conf/
H A Doptions794 PRINTF_BUFR_SIZE opt_printf.h
/freebsd/sys/cam/
H A Dcam_xpt.c75 #ifdef PRINTF_BUFR_SIZE
76 #define XPT_PRINT_LEN PRINTF_BUFR_SIZE