Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 97) sorted by relevance

1234

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dbindings.c75 need_bindings(char *exception) in need_bindings() argument
80 if (exception == NULL) in need_bindings()
81 exception = ""; in need_bindings()
85 if (strcmp(exception, "false") == 0 || in need_bindings()
86 *exception == '\0') { in need_bindings()
99 char *exception; in need_exception_binding() local
101 exception = ((e = symtab_get_exception()) != NULL)? in need_exception_binding()
104 return (need_bindings(exception)); in need_exception_binding()
120 generate_bindings(char *exception) in generate_bindings() argument
125 errlog(TRACING, "exception=%s\n", exception ? exception : "NULL"); in generate_bindings()
[all …]
H A Dinterceptor.c295 char *exception; in generate_i_bindings() local
297 exception = ((e = symtab_get_exception()) != NULL)? in generate_i_bindings()
305 } else if (void_func || need_bindings(exception) == NO) { in generate_i_bindings()
317 if ((generate_bindings(exception)) != ANTONYMS) { in generate_i_bindings()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c126 enum fp_exception_type exception; in _sigfpe_master() local
139 exception = fp_invalid; in _sigfpe_master()
142 exception = fp_inexact; in _sigfpe_master()
145 exception = fp_division; in _sigfpe_master()
148 exception = fp_underflow; in _sigfpe_master()
151 exception = fp_overflow; in _sigfpe_master()
155 exception = fp_denormalized; in _sigfpe_master()
174 switch ((intptr_t)ieee_handlers[(int)exception]) { in _sigfpe_master()
182 (ieee_handlers[(int)exception])(sig, siginfo, ucontext); in _sigfpe_master()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties33 slpd_int_err = slpd: Service location exception initializing: {0}
36 slpd_err = slpd: Service location exception ``{0}'''' initializing slpd: {1}
49 fatal_error = Fatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack backt…
50 nonfatal_error = Nonfatal {0} exception in service table: {1}.\n Method arguments:{2}\n Stack…
54 sa_forwarding_exception = Service location exception ``{0}'''' forwarding SA message ``0x{1}'''': {…
55 ioexception_server_stream = IO exception processing stream for host:port ``{0}:{1}'''' on interface…
61 rh_socket_error = Socket exception replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3}
77 rh_advert_error = Service location exception ``{0}'''' making {1}: {2}
84 sdat_forward_exception = Service location exception ``{0}'''' on forwarded SrvReg or SrvDereg ``{1}…
103 st_serialized_sle = Service location exception accessing serialized registration URL ``{0}'''': {1}
[all …]
H A DClientLib_en.properties50 single_exception = Got exception code in reply: {0}
51 multiple_exception = Got exception code amongst multiple replies: {0}
75 access_exception = Access exception instantiating class ``{0}''''.
212 v2_option_inst = Instantiation exception creating option parser for option ``{0}'''': {1}.
213 v2_option_sec = Security access exception creating option parser for option ``{0}'''': {1}.
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dfpgetsticky.S38 set 0x000003e0, %o4 ! mask of accrued exception bits
42 srl %o0, 5, %o0 ! return accrued exception value
H A Dfpsetsticky.S38 set 0x000003e0, %o4 ! mask of accrued exception bits
48 srl %o0, 5, %o0 ! return old accrued exception value
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A Dfpgetsticky.S38 set 0x000003e0, %o4 ! mask of accrued exception bits
42 srl %o0, 5, %o0 ! return accrued exception value
H A Dfpsetsticky.S38 set 0x000003e0, %o4 ! mask of accrued exception bits
48 srl %o0, 5, %o0 ! return old accrued exception value
/illumos-gate/usr/src/head/
H A Dmath.h69 #define exception __math_exception macro
107 struct exception { struct
231 extern int matherr(struct exception *);
341 #undef exception
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dexc.S69 je exception
107 exception: label
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_log.c268 static const char *exception[FEX_NUM_EXC] = { variable
359 write(fd, exception[e], strlen(exception[e])); in __fex_mklog()
/illumos-gate/usr/src/cmd/pools/poold/
H A DMakefile39 JAVA_SUBDIRS = com/sun/solaris/service/exception \
70 PACKAGEDOCS = com.sun.solaris.service.exception \
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_jnitab.c894 jobject exception = NULL; in dtj_throw_dtrace_exception() local
905 exception = (*jenv)->NewObject(jenv, g_dtx_jc, g_dtxinit_jm, message); in dtj_throw_dtrace_exception()
907 if (exception) { in dtj_throw_dtrace_exception()
908 (*jenv)->Throw(jenv, exception); in dtj_throw_dtrace_exception()
909 (*jenv)->DeleteLocalRef(jenv, exception); in dtj_throw_dtrace_exception()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dmatherr.c36 __matherr(struct exception *x) { in __matherr()
/illumos-gate/usr/src/lib/libadt_jni/common/
H A Dadt_jni.h48 void local_throw(JNIEnv *env, const char *exception, const char *why);
H A Dadt_jni.c47 local_throw(JNIEnv *env, const char *exception, const char *why) { in local_throw() argument
69 exceptionclass = (*env)->FindClass(env, exception); in local_throw()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dexterns3 mem exception.name,_exception.name math.h
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dcopysignf.S43 fwait / in case fldl causes exception
H A Dcopysign.S46 fwait / in case fldl causes exception
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S483 faddd %f34,%f50,%f30 !dummy op just to generate exception (delay slot)
492 fmuld %f34,%f34,%f34 !...... (x*x) trigger invalid exception
514 faddd %f36,%f50,%f30 !dummy op just to generate exception (delay slot)
523 fmuld %f36,%f36,%f36 !...... (x*x) trigger invalid exception
545 faddd %f38,%f50,%f30 !dummy op just to generate exception (delay slot)
554 fmuld %f38,%f38,%f38 !...... (x*x) trigger invalid exception
/illumos-gate/usr/src/uts/common/io/igc/core/
H A DREADME.illumos5 the exception of igc_osdep.h (an OS-specific file) and igc_txrx.c
/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/dtrace/test/cmd/jdtrace/
H A DMakefile54 XLIST = $(ROOTBIN)/exception.lst
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSysloglikeFormatter.java38 import com.sun.solaris.service.exception.SuccinctStackTraceFormatter;

1234