Home
last modified time | relevance | path

Searched refs:SFSYNC (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfresize.c69 SFSYNC(f);
H A Dsfsetfd.c98 { if(SFSYNC(f) < 0)
H A Dsfpool.c124 { if(SFSYNC(head) < 0)
332 if(f->next > f->data && SFSYNC(f) < 0) /* start f clean */
H A Dsfsk.c50 if(SFSYNC(f) < 0)
H A Dsfsync.c169 SFSYNC(f->pool->sf[0]);
H A Dsfwr.c148 if(f->next > f->data && SFSYNC(f) < 0 )
H A Dsfdisc.c146 { (void)SFSYNC(f); /* do a silent buffer synch */
H A Dsfseek.c155 if(f->next > f->data && SFSYNC(f) < 0)
H A Dsfrd.c89 { if(SFSYNC(f) < 0)
H A Dsfsetbuf.c157 SFLOCK(f,local); rv = SFSYNC(f); SFOPEN(f,local);
H A Dsfhdr.h909 #define SFSYNC(f) (SETLOCAL(f),sfsync(f)) macro