Searched refs:thr_handlers (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_handler.c42 struct fex_handler_data *thr_handlers; local
45 thr_handlers = __fex_get_thr_handlers();
48 return thr_handlers[i].__mode;
54 struct fex_handler_data *thr_handlers; local
59 thr_handlers = __fex_get_thr_handlers();
62 thr_handlers[i].__mode = mode;
63 thr_handlers[i].__handler = handler;
72 struct fex_handler_data *thr_handlers; local
75 thr_handlers = __fex_get_thr_handlers();
78 (*buf)[i] = thr_handlers[
83 struct fex_handler_data *thr_handlers; local
[all...]
H A D__fex_hdlr.c93 __fex_te_needed(struct fex_handler_data *thr_handlers, unsigned long fsr) argument
100 if (thr_handlers[i].__mode != FEX_NONSTOP)
228 struct fex_handler_data *thr_handlers; local
263 thr_handlers = __fex_get_thr_handlers();
264 if (thr_handlers && thr_handlers[(int)e].__mode != FEX_NOHANDLER) {
265 mode = thr_handlers[(int)e].__mode;
266 handler = thr_handlers[(int)e].__handler;
345 i = __fex_te_needed(thr_handlers, fsr);
390 struct fex_handler_data *thr_handlers; local
804 struct fex_handler_data *thr_handlers; local
[all...]

Completed in 62 milliseconds