Home
last modified time | relevance | path

Searched defs:errfunc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c589 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
H A Dlstate.h174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
H A Dlapi.c927 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8013 strsetrerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetrerror()
8049 strsetwerror(vnode_t *vp, int error, int persist, errfunc_t errfunc) in strsetwerror()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3485 void (*errfunc)(const char *, ...); in main() local