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

/freebsd-10.0-release/sys/kern/
H A Duipc_mbuf.c2048 #define MP_MAXLINE ((MP_MAXDIGITS+1) * MP_NUMSPERLINE) macro
2049 #define MP_BUFSIZE ((MP_MAXLINE * MP_NUMLINES) + 1 + MP_EXTRABYTES)
2098 offset = snprintf(c, MP_MAXLINE + 10,
2107 offset = snprintf(c, MP_MAXLINE,
2115 offset = snprintf(c, MP_MAXLINE + 10,
2124 offset = snprintf(c, MP_MAXLINE,
2132 offset = snprintf(c, MP_MAXLINE + 10,
2141 offset = snprintf(c, MP_MAXLINE,

Completed in 75 milliseconds