Searched refs:Sfpool_t (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfpool.c | 38 static int delpool(reg Sfpool_t* p) in delpool() 41 reg Sfpool_t* p; in delpool() 54 static Sfpool_t* newpool(reg int mode) in newpool() 56 static Sfpool_t* newpool(mode) in newpool() 60 reg Sfpool_t *p, *last = &_Sfpool; 73 if(!(p = (Sfpool_t*) malloc(sizeof(Sfpool_t))) ) 75 return NIL(Sfpool_t*); 82 p->next = NIL(Sfpool_t*); 99 static int _sfphead(Sfpool_t* p, Sfio_t* f, int n) in _sfphead() 102 Sfpool_t* p; /* the pool */ in _sfphead() [all …]
|
H A D | sfwalk.c | 38 Sfpool_t *p;
|
H A D | sfextern.c | 43 { NIL(Sfpool_t*), 0, 0, 0, NIL(Sfio_t**) }, /* _Sfpool */
|
H A D | sfraise.c | 38 Sfpool_t *p, *next;
|
H A D | sfclose.c | 102 f->pool = NIL(Sfpool_t*);
|
H A D | sfsync.c | 36 reg Sfpool_t *p, *next; in _sfall()
|
H A D | sfmode.c | 70 reg Sfpool_t* p; in _sfcleanup() 120 reg Sfpool_t* p;
|
H A D | sfrd.c | 36 { reg Sfpool_t* p; in _sfwrsync()
|
H A D | sfhdr.h | 663 typedef struct _sfpool_s Sfpool_t; typedef 665 { Sfpool_t* next;
|
/titanic_50/usr/src/lib/libast/common/stdio/ |
H A D | fcloseall.c | 31 Sfpool_t* p; in fcloseall() 32 Sfpool_t* next; in fcloseall()
|