/freebsd/contrib/libcxxrt/ |
H A D | stdexcept.cc | 34 exception::exception() _LIBCXXRT_NOEXCEPT {} in exception() function in std::exception 36 exception::exception(const exception&) _LIBCXXRT_NOEXCEPT {} in exception() function in std::exception 37 exception& exception::operator=(const exception&) _LIBCXXRT_NOEXCEPT in operator =()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | coredump.c | 145 bool *exception) in mt7915_coredump_fw_state() 168 bool exception) in mt7915_coredump_fw_trace() 225 bool exception) in mt7915_coredump_fw_stack() 309 bool exception; in mt7915_coredump_build() local
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | coredump.c | 102 bool *exception) in mt7996_coredump_fw_state() 119 bool exception) in mt7996_coredump_fw_stack() 169 bool exception; in mt7996_coredump_build() local
|
/freebsd/sys/dev/dpaa/ |
H A D | if_dtsec.c | 139 dtsec_fm_mac_ex_to_str(e_FmMacExceptions exception) in dtsec_fm_mac_ex_to_str() 155 e_FmMacExceptions exception) in dtsec_fm_mac_mdio_event_callback() 165 dtsec_fm_mac_exception_callback(t_Handle app, e_FmMacExceptions exception) in dtsec_fm_mac_exception_callback() 246 dtsec_fm_port_ex_to_str(e_FmPortExceptions exception) in dtsec_fm_port_ex_to_str() 259 e_FmPortExceptions exception) in dtsec_fm_port_rx_exception_callback() 270 e_FmPortExceptions exception) in dtsec_fm_port_tx_exception_callback()
|
H A D | bman.c | 48 bman_exception(t_Handle h_App, e_BmExceptions exception) in bman_exception()
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | exc.S | 106 exception: label
|
/freebsd/sys/arm64/arm64/ |
H A D | trap.c | 461 fpe_trap(struct thread *td, void *addr, uint32_t exception) in fpe_trap() 488 uint32_t exception; in do_el1h_sync() local 603 uint32_t exception; in do_el0_sync() local
|
/freebsd/sys/riscv/riscv/ |
H A D | trap.c | 309 uint64_t exception; in do_trap_supervisor() local 382 uint64_t exception; in do_trap_user() local
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec.c | 177 t_Error FM_MACSEC_ConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in FM_MACSEC_ConfigException() 226 t_Error FM_MACSEC_SetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in FM_MACSEC_SetException()
|
H A D | fm_macsec_master.c | 329 static t_Error MacsecConfigException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enab… in MacsecConfigException() 393 static t_Error MacsecSetException(t_Handle h_FmMacsec, e_FmMacsecExceptions exception, bool enable) in MacsecSetException() 920 t_Error FmMacsecSetException(t_Handle h_FmMacsec, e_FmMacsecGlobalExceptions exception, uint32_t sc… in FmMacsecSetException()
|
H A D | fm_macsec_master.h | 60 #define GET_EXCEPTION_FLAG(bitMask, exception, id) switch (exception){ \ argument 70 #define GET_USER_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_io.c | 862 poll_status(int fd, int *readable, int *writable, int *exception, in poll_status() 882 select_status(int fd, int *readable, int *writable, int *exception, in select_status() 952 int *exception, const char *testname) in kqueue_status() 1012 int readable, writable, exception; in assert_status() local
|
/freebsd/bin/sh/ |
H A D | error.c | 57 volatile sig_atomic_t exception; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfoPOSIX_arm.h | 38 uint32_t exception; member
|
H A D | RegisterContextDarwin_arm64.h | 90 uint32_t exception; // number of arm exception token member
|
H A D | RegisterInfoPOSIX_arm64.h | 71 uint32_t exception; // number of arm exception token global() member
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm.c | 646 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable) in BM_ConfigException() 727 t_Error BM_SetException(t_Handle h_Bm, e_BmExceptions exception, bool enable) in BM_SetException()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | memac.h | 54 #define GET_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
|
H A D | tgec.h | 68 #define GET_EXCEPTION_FLAG(bitMask, exception) switch (exception){ \ argument
|
H A D | tgec.c | 292 static t_Error TgecConfigException(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecConfigException() 675 static t_Error TgecSetExcpetion(t_Handle h_Tgec, e_FmMacExceptions exception, bool enable) in TgecSetExcpetion()
|
H A D | memac.c | 412 static t_Error MemacConfigException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacConfigException() 779 static t_Error MemacSetException(t_Handle h_Memac, e_FmMacExceptions exception, bool enable) in MemacSetException()
|
H A D | dtsec.c | 537 static t_Error DtsecConfigException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecConfigException() 1159 static t_Error DtsecSetException(t_Handle h_Dtsec, e_FmMacExceptions exception, bool enable) in DtsecSetException()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 140 } exception; member
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_pcd.c | 1084 t_Error FM_PCD_ConfigException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) in FM_PCD_ConfigException() 1756 t_Error FM_PCD_SetException(t_Handle h_FmPcd, e_FmPcdExceptions exception, bool enable) in FM_PCD_SetException() 1881 t_Error FM_PCD_ForceIntr (t_Handle h_FmPcd, e_FmPcdExceptions exception) in FM_PCD_ForceIntr()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_types_ptm.h | 115 ocsd_ptm_excep exception; /**< exception information in packet */ member
|