Home
last modified time | relevance | path

Searched refs:slowexcept (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcslow.c31 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;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c340 static int slowexcept(Sfio_t*, int, void*, Sfdisc_t*);
564 dp->disc.exceptf = slowexcept; in sh_iostream()
1878 static int slowexcept(register Sfio_t *iop,int type,void *data,Sfdisc_t *handle) in slowexcept() function