Home
last modified time | relevance | path

Searched refs:_sfexcept (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfexcept.c29 int _sfexcept(Sfio_t* f, int type, ssize_t io, Sfdisc_t* disc) in _sfexcept() function
31 int _sfexcept(f,type,io,disc) in _sfexcept()
H A Dsfwr.c170 if((rv = _sfexcept(f,SF_WRITE,n,dc)) > 0)
231 switch(_sfexcept(f,SF_WRITE,w,dc))
H A Dsfrd.c127 if((rv = _sfexcept(f,SF_READ,n,dc)) > 0)
296 switch(_sfexcept(f,SF_READ,(ssize_t)r,dc))
H A Dsfsk.c89 switch(_sfexcept(f,SF_SEEK,s,dc))
H A Dsfhdr.h1163 extern int _sfexcept _ARG_((Sfio_t*, int, ssize_t, Sfdisc_t*));
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers597 _sfexcept;