Searched defs:cbuf_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c219 * cbuf_t buffer controllers: used for both input and output.
249 typedef struct cbuf cbuf_t; typedef in typeref:struct:cbuf
252 cbuf_t *next; /* next in list */
305 cbuf_t *volatile first; /* first in list */
306 cbuf_t *last; /* last in list */
378 cbuf_t *cpin, *cpout, *cperr; /* cbuf objects in process */
402 cbuf_t *cmap; /* array of input (map) buffers */
403 cbuf_t *cbuf; /* array of output buffers */
548 cbuf_t *cp, *cpend;
574 kmem_free(old->cmap, old->ncmap * sizeof (cbuf_t));
[all...]

Completed in 60 milliseconds