Searched refs:_sfexcept (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfexcept.c | 29 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 D | sfwr.c | 170 if((rv = _sfexcept(f,SF_WRITE,n,dc)) > 0) 231 switch(_sfexcept(f,SF_WRITE,w,dc))
|
H A D | sfrd.c | 127 if((rv = _sfexcept(f,SF_READ,n,dc)) > 0) 296 switch(_sfexcept(f,SF_READ,(ssize_t)r,dc))
|
H A D | sfsk.c | 89 switch(_sfexcept(f,SF_SEEK,s,dc))
|
H A D | sfhdr.h | 1163 extern int _sfexcept _ARG_((Sfio_t*, int, ssize_t, Sfdisc_t*));
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 597 _sfexcept;
|