Searched refs:slowexcept (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfdcslow.c | 31 static int slowexcept(Sfio_t* f, int type, Void_t* v, Sfdisc_t* disc) in slowexcept() function 33 static int slowexcept(f, type, v, disc) in slowexcept() 75 disc->exceptf = slowexcept;
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 321 static int slowexcept(Sfio_t*, int, void*, Sfdisc_t*); 514 dp->exceptf = slowexcept; in sh_iostream() 1608 static int slowexcept(register Sfio_t *iop,int type,void *data,Sfdisc_t *handle) in slowexcept() function
|