Searched defs:exceptf (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/tests/sfio/ |
H A D | talarm.c | 50 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 D | tstack.c | 25 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 D | 6263.c | 73 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function 101 disc.exceptf = exceptf;
|
H A D | css.c | 156 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function 189 state.disc.exceptf = exceptf;
|
H A D | tst.c | 119 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function 152 disc.exceptf = exceptf;
|
H A D | mbb.c | 359 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 D | csserve.c | 72 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function 162 server->disc.exceptf = exceptf;
|
H A D | css.h | 82 int (*exceptf)(Css_t*, unsigned long, unsigned long, Cssdisc_t*); member in struct:Cssdisc_s
|
/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 64 Vmexcept_f exceptf; /* exception handler */ member in struct:_vmdisc_s
|
H A D | sfio.h | 58 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 D | event.c | 927 exceptf(Css_t* css, unsigned long op, unsigned long arg, Cssdisc_t* disc) function 1146 state.disc.exceptf = exceptf;
|
Completed in 24 milliseconds