/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | _SVID_error.c | 124 struct exception exc; in _SVID_libm_err() local 135 exc.arg1 = x; in _SVID_libm_err() 136 exc.arg2 = y; in _SVID_libm_err() 140 exc.type = DOMAIN; in _SVID_libm_err() 141 exc.name = "acos"; in _SVID_libm_err() 143 exc.retval = 0.0; in _SVID_libm_err() 146 } else if (!matherr(&exc)) { in _SVID_libm_err() 155 exc.type = DOMAIN; in _SVID_libm_err() 156 exc.name = "asin"; in _SVID_libm_err() 157 exc.retval = 0.0; in _SVID_libm_err() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | exc.c | 52 sm_etype_printf(exc, stream) in sm_etype_printf() argument 53 SM_EXC_T *exc; in sm_etype_printf() 56 size_t n = strlen(exc->exc_type->etype_argformat); 60 for (p = exc->exc_type->etype_printcontext; *p != '\0'; ++p) 95 switch (exc->exc_type->etype_argformat[i]) 99 s = exc->exc_argv[i].v_str; 110 exc->exc_argv[i].v_int); 118 exc->exc_argv[i].v_long); 121 sm_exc_write(exc->exc_argv[i].v_exc, 151 SM_EXC_T *exc, [all …]
|
H A D | t-exc.c | 83 SM_EXCEPT(exc, "E:test2") local 86 SM_EXCEPT(exc, "E:test1") 87 SM_TEST(x == 2 && exc->exc_argv[0].v_int == 17); 88 if (!(x == 2 && exc->exc_argv[0].v_int == 17)) 92 x, exc->exc_argv[0].v_int); 94 SM_EXCEPT(exc, "*") 108 SM_EXCEPT(exc, "E:test2") 113 SM_EXCEPT(exc, "E:test1") 114 SM_TEST(x == 5 && exc->exc_argv[0].v_int == 94); 115 if (!(x == 5 && exc->exc_argv[0].v_int == 94)) [all …]
|
H A D | assert.c | 174 SM_EXCEPT(exc, "*") 177 sm_exc_print(exc, smioerr);
|
H A D | Makefile | 35 OBJS= assert.o cf.o clock.o clrerr.o config.o debug.o errstring.o exc.o \ 47 TESTS= t-event t-exc t-rpool t-string t-smstdio t-match t-strio t-heap \
|
H A D | rpool.c | 320 SM_EXCEPT(exc, "*") 322 sm_exc_raise_x(exc);
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 535 except IOError as exc: 536 raise IOError("cannot open proto list: %s" % str(exc)) 606 except IOError as exc: 607 raise IOError("cannot read manifest: %s" % str(exc)) 608 except actions.ActionError as exc: 609 raise ManifestParsingError(mfile, str(exc)) 698 except IOError as exc: 699 sys.stderr.write("warning: %s\n" % str(exc)) 724 except IOError as exc: 726 str(exc)) [all …]
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | xtrap.h | 32 # define sm_xtrap_raise_x(exc) \ argument 35 sm_exc_raise_x(exc); \
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | bindings.c | 179 ENTRY *exc = symtab_get_exception(); in generate_a_binding() local 181 if (exc != NULL) in generate_a_binding() 184 line_of(exc), symtab_get_filename()); in generate_a_binding()
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y3.c | 399 goto exc; in wract() 402 goto exc; in wract() 405 goto exc; in wract() 406 exc: in wract()
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 982 struct vm_exception exc; in vm_inject_exception() local 984 exc.cpuid = vcpu->vcpuid; in vm_inject_exception() 985 exc.vector = vector; in vm_inject_exception() 986 exc.error_code = errcode; in vm_inject_exception() 987 exc.error_code_valid = errcode_valid; in vm_inject_exception() 988 exc.restart_instruction = restart_instruction; in vm_inject_exception() 990 return (vcpu_ioctl(vcpu, VM_INJECT_EXCEPTION, &exc)); in vm_inject_exception() 999 struct vm_exception exc; in vm_inject_fault() local 1001 exc.cpuid = vcpu->vcpuid; in vm_inject_fault() 1002 exc.vector = vector; in vm_inject_fault() [all …]
|
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/ |
H A D | Makefile.inc | 7 exc.o
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | sqrtl.c | 403 int ex, inexact, exc, traps; in sqrtl() local 449 exc = __swapEX(0); in sqrtl() 471 (void) __swapEX(exc); in sqrtl()
|
/illumos-gate/usr/src/head/ |
H A D | stack_unwind.h | 69 struct _Unwind_Exception *exc);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | err.c | 51 fatal_error(exc) in fatal_error() argument 52 SM_EXC_T *exc; in fatal_error() 64 sm_exc_write(exc, &f);
|
H A D | srvrsmtp.c | 2519 SM_EXCEPT(exc, "[!F]*") 2526 sm_exc_free(exc); 2828 SM_EXCEPT(exc, "[!F]*") 3003 SM_EXCEPT(exc, "[!F]*") 3009 sm_exc_free(exc); 3307 SM_EXCEPT(exc, "[!F]*")
|
H A D | main.c | 2120 SM_EXCEPT(exc, "[!F]*") 2131 sm_exc_print(exc, smioout);
|
H A D | parseaddr.c | 2854 SM_EXCEPT(exc, "E:mta.quickabort")
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 745 if (uc->io_read.exc != B_FALSE) { in zyd_usb_ioread_req() 811 rdp->exc = B_FALSE; in zyd_cmd_in_cb() 833 rdp->exc = B_TRUE; in zyd_cmd_in_exc_cb()
|
H A D | zyd.h | 88 volatile boolean_t exc; /* an exception has occured */ member
|
/illumos-gate/usr/src/common/ficl/softcore/ |
H A D | oo.fr | 123 : catch-method ( instance class c-addr u -- <method-signature> exc-flag ) 144 : c-> ( instance class -- ?? exc-flag )
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1509 |name match *.exc Text Document application/x-ms-txtfile
|