Home
last modified time | relevance | path

Searched defs:_sfpool_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h677 struct _sfpool_s struct
678 { Sfpool_t* next;
679 int mode; /* type of pool */
680 int s_sf; /* size of pool array */
681 int n_sf; /* number currently in pool */
682 Sfio_t** sf; /* array of streams */
683 Sfio_t* array[3]; /* start with 3 */
684 Vtmutex_t mutex; /* mutex lock object */