Searched defs:exception (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/
H A DSuccinctStackTraceFormatter.java29 package com.sun.solaris.service.exception;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dbindings.c77 need_bindings(char *exception) argument
82 if (exception == NULL)
83 exception = "";
87 if (strcmp(exception, "false") == 0 ||
88 *exception == '\0') {
101 char *exception; local
103 exception = ((e = symtab_get_exception()) != NULL)?
106 return (need_bindings(exception));
111 * generate_bindings -- make the code for exception bindings
122 generate_bindings(char *exception) argument
[all...]
H A Dinterceptor.c180 (void) fprintf(Bodyfp, " int exception = 0;\n");
297 char *exception; local
299 exception = ((e = symtab_get_exception()) != NULL)?
305 errlog(FATAL, "exception bindings found in a "
307 } else if (void_func || need_bindings(exception) == NO) {
316 * generate exception bindings
317 * and code to print errno on exception.
319 if ((generate_bindings(exception)) != ANTONYMS) {
322 " if (!exception) {\n");
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsigfpe.c68 #define FPE_FPA_ERROR 0x404 /* [FPA arithmetic exception] */
105 enum fp_exception_type exception; local
117 exception = fp_invalid;
120 exception = fp_inexact;
123 exception = fp_division;
126 exception = fp_underflow;
129 exception = fp_overflow;
144 switch ((unsigned int)ieee_handlers[(int) exception]) {
153 (ieee_handlers[(int) exception]) (sig, code, scp, addr);
H A Dgetauditflags.c62 struct exception { struct
64 short exception; member in struct:exception
66 typedef struct exception except_t;
107 * initialize exception lists
111 except[i].exception = -1;
178 * one exception
185 except[0].exception = lists[i].off;
196 except[0].exception = lists[COMMON].off;
200 except[1].exception = lists[i].off;
209 except[j++].exception
[all...]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c128 enum fp_exception_type exception; local
141 exception = fp_invalid;
144 exception = fp_inexact;
147 exception = fp_division;
150 exception = fp_underflow;
153 exception = fp_overflow;
170 switch ((intptr_t)ieee_handlers[(int)exception]) {
178 (ieee_handlers[(int)exception])(sig, siginfo, ucontext);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_log.c179 * exception and (ii) my signal handler acquires a mutex lock before
186 * Incurs a fp exception, Calls fprintf,
189 * Calls fprintf, Incurs a fp exception,
268 static const char *exception[FEX_NUM_EXC] = { variable
312 /* if the handling mode is the default and this exception's
349 /* if we've already logged this exception at this address,
359 write(fd, exception[e], strlen(exception[e]));
/illumos-gate/usr/src/head/
H A Dmath.h66 #define exception __math_exception macro
112 struct exception { struct
234 extern int matherr __P((struct exception *));
344 #undef exception macro
/illumos-gate/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c42 * local_throw -- throw an exception.
48 local_throw(JNIEnv *env, const char *exception, const char *why) { argument
70 exceptionclass = (*env)->FindClass(env, exception);
306 return; /* j2c_pointer threw exception */
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmath.h300 struct exception { struct
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c878 #undef exception macro
879 #define exception _exception macro
901 extern int matherr(struct exception *ep)
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_jnitab.c894 jobject exception = NULL; local
902 return; /* java exception pending */
905 exception = (*jenv)->NewObject(jenv, g_dtx_jc, g_dtxinit_jm, message);
907 if (exception) {
908 (*jenv)->Throw(jenv, exception);
909 (*jenv)->DeleteLocalRef(jenv, exception);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c713 boolean_t exception; local
859 * investigate if this slow target is an exception. If so we
864 exception = check_exception_target(pii, target);
865 if (exception) {
1073 * and determine if this target is an exception, if so return true, else false
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c678 efx_mcdi_exception_t exception; local
685 * then the EIO is not worthy of an exception.
690 exception = (rc == EIO)
694 emtp->emt_exception(emtp->emt_context, exception);
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7160 } exception; member in union:fw_error_cmd::fw_error

Completed in 148 milliseconds