SBUF_AUTOEXTEND
if (sbuf_new(&sc->sc_sndstat, NULL, 4096, SBUF_AUTOEXTEND))
sbuf_new(&sb, NULL, 1, SBUF_AUTOEXTEND);
sb = sbuf_new(NULL, NULL, 4096, SBUF_AUTOEXTEND);
sb = sbuf_new(NULL, NULL, 4096, SBUF_AUTOEXTEND);
sbuf_new(&sb, NULL, 32, SBUF_AUTOEXTEND);
if (sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND) == NULL)
if (sbuf_new(&sc->hpcmi_sbuf, NULL, 4096, SBUF_AUTOEXTEND)
if (sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND) == NULL)
if (sbuf_new(&sc->wmistat_sbuf, NULL, 4096, SBUF_AUTOEXTEND)
if (sbuf_new(&midistat_sbuf, NULL, 4096, SBUF_AUTOEXTEND) == NULL) {
if (sbuf_new(&sndstat_sbuf, NULL, 4096, SBUF_AUTOEXTEND) == NULL) {
sb = sbuf_new(NULL, NULL, 500, SBUF_AUTOEXTEND);
sb = sbuf_new(NULL, NULL, 500, SBUF_AUTOEXTEND);
if ((s->s_flags & SBUF_AUTOEXTEND) == 0) {
if ((flags & SBUF_AUTOEXTEND) != 0)
#define SBUF_CANEXTEND(s) ((s)->s_flags & SBUF_AUTOEXTEND)
sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND)