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

/freebsd-10.0-release/sys/kern/
H A Dsubr_sbuf.c101 KASSERT(s->s_buf != NULL,
163 memcpy(newbuf, s->s_buf, s->s_size);
165 SBFREE(s->s_buf);
168 s->s_buf = newbuf;
185 s->s_buf = buf;
192 if (s->s_buf != NULL)
198 s->s_buf = SBMALLOC(s->s_size);
199 if (s->s_buf == NULL)
252 *error = uiomove(s->s_buf, uio->uio_resid, uio);
332 len = s->s_drain_func(s->s_drain_arg, s->s_buf,
[all...]
/freebsd-10.0-release/sys/sys/
H A Dsbuf.h43 char *s_buf; /* storage buffer */ member in struct:sbuf
52 #define SBUF_DYNAMIC 0x00010000 /* s_buf must be freed */
/freebsd-10.0-release/contrib/file/
H A Dreadcdf.c94 s = info[i].pi_str.s_buf;
H A Dcdf.h177 const char *s_buf; member in struct:__anon876::__anon877::__anon878
H A Dcdf.c893 inp[i].pi_str.s_buf = (const char *)
898 inp[i].pi_str.s_buf));
1224 info[i].pi_str.s_len, info[i].pi_str.s_buf);
1230 (void)fputc(info[i].pi_str.s_buf[j << 1], stderr);

Completed in 80 milliseconds