Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h664 struct _sfpool_s struct
665 { Sfpool_t* next;
666 int mode; /* type of pool */
667 int s_sf; /* size of pool array */
668 int n_sf; /* number currently in pool */
669 Sfio_t** sf; /* array of streams */
670 Sfio_t* array[3]; /* start with 3 */
671 Vtmutex_t mutex; /* mutex lock object */
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h677 struct _sfpool_s struct
678 next_sfpool_s global() argument
679 mode_sfpool_s global() argument
680 s_sf_sfpool_s global() argument
681 n_sf_sfpool_s global() argument
682 sf_sfpool_s global() argument
683 array_sfpool_s global() argument
684 mutex_sfpool_s global() argument