Searched refs:BCMSTRBUF_BUF (Results 1 – 8 of 8) sorted by relevance
974 limit = BCMSTRBUF_BUF(b) + BCMSTRBUF_LEN(b) - 80; in bcmdumptslog()982 for (j = 0; j < num && (BCMSTRBUF_BUF(b) < limit); readi = (readi + 1) % LOGSIZE, j++) { in bcmdumptslog()983 char *last_buf = BCMSTRBUF_BUF(b); in bcmdumptslog()1029 int num_space = 75 - (BCMSTRBUF_BUF(b) - last_buf); in bcmdumptslog()1036 last_buf = BCMSTRBUF_BUF(b); in bcmdumptslog()
103 #define BCMSTRBUF_BUF(b) (b->buf) macro
98 #define BCMSTRBUF_BUF(b) (b->buf) macro
113 #define BCMSTRBUF_BUF(b) (b->buf) macro