Searched refs:MP_MAXLINE (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf.c | 2050 #define MP_MAXLINE ((MP_MAXDIGITS+1) * MP_NUMSPERLINE) macro 2051 #define MP_BUFSIZE ((MP_MAXLINE * MP_NUMLINES) + 1 + MP_EXTRABYTES) 2099 offset = snprintf(c, MP_MAXLINE + 10, in mbprof_textify() 2108 offset = snprintf(c, MP_MAXLINE, in mbprof_textify() 2116 offset = snprintf(c, MP_MAXLINE + 10, in mbprof_textify() 2125 offset = snprintf(c, MP_MAXLINE, in mbprof_textify() 2133 offset = snprintf(c, MP_MAXLINE + 10, in mbprof_textify() 2142 offset = snprintf(c, MP_MAXLINE, in mbprof_textify()
|