Searched defs:exceptf (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtalarm.c50 int exceptf(Sfio_t* f, int type, Void_t* data, Sfdisc_t* disc) function
52 int exceptf(f, type, data, disc)
71 Sfdisc_t Disc = {NIL(Sfread_f), NIL(Sfwrite_f), NIL(Sfseek_f), exceptf};
H A Dtstack.c25 int exceptf(Sfio_t*f, int type, Void_t* data, Sfdisc_t* disc) function
27 int exceptf(f, type, data, disc)
43 terror("Stream mode should be accessible in exceptf");
78 Sfdisc_t Disc = { readf, writef, NIL(Sfseek_f), exceptf, 0 };
/ast/src/cmd/cs/
H A D6263.c73 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function
101 disc.exceptf = exceptf;
H A Dcss.c156 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function
189 state.disc.exceptf = exceptf;
H A Dtst.c119 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function
152 disc.exceptf = exceptf;
H A Dmbb.c359 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function
388 state.disc.exceptf = exceptf;
/ast/src/lib/libcs/
H A Dcsserve.c72 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function
162 server->disc.exceptf = exceptf;
H A Dcss.h82 int (*exceptf)(Css_t*, unsigned long, unsigned long, Cssdisc_t*); member in struct:Cssdisc_s
/ast/src/lib/libast/include/
H A Dvmalloc.h64 Vmexcept_f exceptf; /* exception handler */ member in struct:_vmdisc_s
H A Dsfio.h58 Sfexcept_f exceptf; /* to handle exceptions */ member in struct:_sfdisc_s
146 #define SF_IOCHECK 0002000 /* call exceptf before doing IO */
/ast/src/cmd/coshell/
H A Devent.c927 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function
1146 state.disc.exceptf = exceptf;

Completed in 24 milliseconds