Searched refs:exc (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-current/contrib/sendmail/libsm/
H A Dexc.c12 SM_RCSID("@(#)$Id: exc.c,v 1.50 2013-11-22 20:51:42 ca Exp $")
16 ** For documentation, see exc.html
23 #include <sm/exc.h>
36 ** exc -- exception.
52 sm_etype_printf(exc, stream)
53 SM_EXC_T *exc;
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
245 SM_EXC_T * volatile exc = NULL; local
414 SM_EXC_T *exc; local
644 SM_EXC_T *exc; local
[all...]
H A Dt-exc.c11 SM_IDSTR(id, "@(#)$Id: t-exc.c,v 1.21 2013-11-22 20:51:43 ca Exp $")
83 SM_EXCEPT(exc, "E:test2")
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
[all...]
H A Dassert.c24 #include <sm/exc.h>
174 SM_EXCEPT(exc, "*")
177 sm_exc_print(exc, smioerr);
H A Dt-strrevcmp.c13 #include <sm/exc.h>
H A Dt-string.c13 #include <sm/exc.h>
H A Dstringf.c14 #include <sm/exc.h>
/freebsd-current/contrib/sendmail/include/sm/
H A Dxtrap.h20 # include <sm/exc.h>
32 # define sm_xtrap_raise_x(exc) \
35 sm_exc_raise_x(exc); \
/freebsd-current/stand/efi/loader/arch/amd64/
H A DMakefile.inc7 exc.S
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_x86_64.cpp37 EXC &exc) {
39 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
57 const EXC &exc) {
59 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<EXC *>(&exc)),
36 DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) argument
56 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
H A DRegisterContextMach_i386.cpp34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { argument
36 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
54 const EXC &exc) {
56 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<EXC *>(&exc)),
53 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
H A DRegisterContextMach_arm.h26 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override;
34 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override;
H A DRegisterContextMach_x86_64.h27 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override;
33 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override;
H A DRegisterContextMach_i386.h26 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override;
32 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override;
H A DRegisterContextMach_arm.cpp36 int RegisterContextMach_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { argument
38 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
61 const EXC &exc) {
63 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<EXC *>(&exc)),
60 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
H A DRegisterContextDarwin_i386.cpp399 : RegisterContext(thread, concrete_frame_idx), gpr(), fpu(), exc() {
465 {"Exception State Registers", "exc", k_num_exc_registers, g_exc_regnums}};
521 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc));
554 SetError(set, Write, DoWriteEXC(GetThreadID(), set, exc));
690 value = exc.trapno;
694 value = exc.err;
698 value = exc.faultvaddr;
807 exc.trapno = value.GetAsUInt32();
811 exc.err = value.GetAsUInt32();
815 exc
[all...]
H A DRegisterContextDarwin_x86_64.h120 EXC exc; member in class:RegisterContextDarwin_x86_64
192 virtual int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) = 0;
198 virtual int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) = 0;
H A DRegisterContextDarwin_i386.h115 EXC exc; member in class:RegisterContextDarwin_i386
187 virtual int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) = 0;
193 virtual int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) = 0;
/freebsd-current/crypto/openssl/apps/lib/
H A Ds_cb.c906 SSL_EXCERT *exc = arg; local
920 if (exc == NULL)
927 while (exc->next != NULL)
928 exc = exc->next;
932 while (exc != NULL) {
934 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain);
936 X509_NAME_print_ex(bio_err, X509_get_subject_name(exc
963 ssl_ctx_set_excert(SSL_CTX *ctx, SSL_EXCERT *exc) argument
970 SSL_EXCERT *exc = app_malloc(sizeof(*exc), "prepend cert"); local
989 ssl_excert_free(SSL_EXCERT *exc) argument
1007 SSL_EXCERT *exc = *pexc; local
1047 SSL_EXCERT *exc = *pexc; local
[all...]
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp62 _Unwind_Exception *exc; local
92 exc = (_Unwind_Exception *)ms_exc->ExceptionInformation[0];
125 (void *)pers, action, exc->exception_class,
126 (void *)exc, (void *)ctx);
127 urc = pers(1, action, exc->exception_class, exc, ctx);
144 exc->private_[1] = (ULONG_PTR)frame;
151 RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, ms_ctx, disp->HistoryTable);
163 exc->private_[2] = disp->TargetIp;
165 __unw_get_reg(&cursor, UNW_X86_64_RDX, &exc
200 __libunwind_seh_personality(int version, _Unwind_Action state, uint64_t klass, _Unwind_Exception *exc, struct _Unwind_Context *context) argument
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py126 except dbus.DBusException as exc:
127 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceUnknown:"):
128 raise exc
133 except dbus.DBusException as exc:
134 if not str(exc).startswith("fi.w1.wpa_supplicant1.InterfaceExists:"):
135 raise exc
/freebsd-current/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py111 except dbus.DBusException as exc:
112 if not str(exc).startswith(
115 raise exc
121 except dbus.DBusException as exc:
122 if not str(exc).startswith(
125 raise exc
212 except dbus.DBusException as exc:
213 raise exc
/freebsd-current/contrib/llvm-project/libunwind/include/
H A Dunwind_itanium.h24 _Unwind_Exception *exc);
/freebsd-current/sys/powerpc/include/
H A Dframe.h59 register_t exc; member in struct:trapframe
/freebsd-current/sys/powerpc/powerpc/
H A Dinterrupt.c88 CTR2(KTR_INTR, "%s: EXC=%x", __func__, framep->exc);
90 switch (framep->exc) {
H A Dtrap.c194 return (frame->exc == EXC_PGM && frame->srr1 & EXC_PGM_TRAP);
225 type = ucode = frame->exc;
427 printtrap(frame->exc, frame, 0, (frame->srr1 & PSL_PR));
521 printtrap(frame->exc, frame, 1, (frame->srr1 & PSL_PR));
525 handled = kdb_trap(frame->exc, 0, frame);
531 panic("%s trap", trapname(frame->exc));
773 if (frame->exc == EXC_ISI) {
993 && (frame->exc == EXC_TRC || frame->exc == EXC_RUNMODETRC
995 || frame->exc
[all...]

Completed in 204 milliseconds

123