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

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

Completed in 61 milliseconds