Lines Matching refs:SBUF_ISSECTION
74 #define SBUF_ISSECTION(s) ((s)->s_flags & SBUF_INSECTION) macro
77 #define SBUF_DODRAINTOEOR(s) (SBUF_ISSECTION(s) && SBUF_ISDRAINTOEOR(s))
281 if (SBUF_ISSECTION(s)) in sbuf_uionew()
344 KASSERT(!SBUF_ISSECTION(s), in sbuf_setpos()
469 if (SBUF_ISSECTION(s)) in sbuf_put_bytes()
498 if (SBUF_ISSECTION(s)) in sbuf_put_byte()
604 if (SBUF_ISSECTION(s)) in sbuf_copyin()
720 if (SBUF_ISSECTION(s)) in sbuf_vprintf()
809 if (SBUF_ISSECTION(s)) in sbuf_trim()
930 if (!SBUF_ISSECTION(s)) { in sbuf_start_section()
956 KASSERT(SBUF_ISSECTION(s), in sbuf_end_section()