/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.c | 103 struct eloop_sock_table exceptions; member 186 eloop.exceptions.type = EVENT_TYPE_EXCEPTION; in eloop_init() 445 struct eloop_sock_table *exceptions, in eloop_sock_table_set_fds() argument 496 if (exceptions && exceptions->table) { in eloop_sock_table_set_fds() 497 for (i = 0; i < exceptions->count; i++) { in eloop_sock_table_set_fds() 502 fd = exceptions->table[i].sock; in eloop_sock_table_set_fds() 554 struct eloop_sock_table *exceptions, in eloop_sock_table_dispatch() argument 567 eloop_sock_table_dispatch_table(exceptions, pollfds_map, in eloop_sock_table_dispatch() 629 eloop.exceptions.changed) in eloop_sock_table_dispatch() 651 eloop.exceptions.changed) in eloop_sock_table_dispatch() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdexcept | 218 …_LIBCPP_VERBOSE_ABORT("logic_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 226 …_LIBCPP_VERBOSE_ABORT("domain_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 234 …_LIBCPP_VERBOSE_ABORT("invalid_argument was thrown in -fno-exceptions mode with message \"%s\"", _… 242 …_LIBCPP_VERBOSE_ABORT("length_error was thrown in -fno-exceptions mode with message \"%s\"", __msg… 250 …_LIBCPP_VERBOSE_ABORT("out_of_range was thrown in -fno-exceptions mode with message \"%s\"", __msg… 258 …_LIBCPP_VERBOSE_ABORT("range_error was thrown in -fno-exceptions mode with message \"%s\"", __msg); 266 …_LIBCPP_VERBOSE_ABORT("overflow_error was thrown in -fno-exceptions mode with message \"%s\"", __m… 274 …_LIBCPP_VERBOSE_ABORT("underflow_error was thrown in -fno-exceptions mode with message \"%s\"", __…
|
H A D | istream | 366 if (__is.exceptions() & ios_base::badbit) { 457 if (__is.exceptions() & ios_base::badbit) { 508 if (__is.exceptions() & ios_base::badbit) { 583 if (__is.exceptions() & ios_base::badbit) { 636 if (this->exceptions() & ios_base::failbit || this->exceptions() & ios_base::badbit) { 667 if (this->exceptions() & ios_base::badbit) { 706 if (this->exceptions() & ios_base::badbit) { 753 // according to the spec, exceptions here are caught but not rethrown 797 if (this->exceptions() & ios_base::badbit) { 851 if (this->exceptions() & ios_base::badbit) { [all …]
|
H A D | ios | 132 iostate exceptions() const; 133 void exceptions(iostate except); 346 _LIBCPP_HIDE_FROM_ABI iostate exceptions() const; 347 _LIBCPP_HIDE_FROM_ABI void exceptions(iostate __iostate); 446 …_LIBCPP_VERBOSE_ABORT("ios_base::failure was thrown in -fno-exceptions mode with message \"%s\"", … 515 inline _LIBCPP_HIDE_FROM_ABI ios_base::iostate ios_base::exceptions() const { return __exceptions_;… 517 inline _LIBCPP_HIDE_FROM_ABI void ios_base::exceptions(iostate __iostate) { 585 _LIBCPP_HIDE_FROM_ABI iostate exceptions() const { return ios_base::exceptions(); } 586 _LIBCPP_HIDE_FROM_ABI void exceptions(iostate __iostate) { ios_base::exceptions(__iostate); } 716 exceptions(__rhs.exceptions());
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fman_ncsw.c | 715 if (cfg->exceptions & FMAN_EX_DMA_BUS_ERROR) in fman_dma_init() 717 if ((cfg->exceptions & FMAN_EX_DMA_SYSTEM_WRITE_ECC) | in fman_dma_init() 718 (cfg->exceptions & FMAN_EX_DMA_READ_ECC) | in fman_dma_init() 719 (cfg->exceptions & FMAN_EX_DMA_FM_WRITE_ECC)) in fman_dma_init() 804 if (cfg->exceptions & FMAN_EX_FPM_STALL_ON_TASKS) in fman_fpm_init() 806 if (cfg->exceptions & FMAN_EX_FPM_SINGLE_ECC) in fman_fpm_init() 808 if (cfg->exceptions & FMAN_EX_FPM_DOUBLE_ECC) in fman_fpm_init() 839 if (cfg->exceptions & FMAN_EX_IRAM_ECC) { in fman_fpm_init() 843 if (cfg->exceptions & FMAN_EX_NURAM_ECC) { in fman_fpm_init() 881 if (cfg->exceptions & FMAN_EX_BMI_LIST_RAM_ECC) in fman_bmi_init() [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | BUILD.bazel | 59 "googletest-catch-exceptions-test_.cc", 382 name = "googletest-catch-exceptions-no-ex-test_", 384 srcs = ["googletest-catch-exceptions-test_.cc"], 389 name = "googletest-catch-exceptions-ex-test_", 391 srcs = ["googletest-catch-exceptions-test_.cc"], 397 name = "googletest-catch-exceptions-test", 399 srcs = ["googletest-catch-exceptions-test.py"], 401 ":googletest-catch-exceptions-ex-test_", 402 ":googletest-catch-exceptions-no-ex-test_", 549 # Verifies interaction of death tests and exceptions.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 49 %exceptions = (); 184 %exceptions = (); 192 $exceptions{trim($line)} = 1; 203 if (scalar(keys(%exceptions)) == 0) { 212 return $exceptions{$file};
|
/freebsd/contrib/googletest/googletest/ |
H A D | CMakeLists.txt | 232 # MSVC 7.1 does not support STL with exceptions disabled. 270 # Visual Studio .NET 2003 does not support STL with exceptions disabled. 273 googletest-catch-exceptions-no-ex-test_ 276 test/googletest-catch-exceptions-test_.cc) 280 googletest-catch-exceptions-ex-test_ 283 test/googletest-catch-exceptions-test_.cc) 284 py_test(googletest-catch-exceptions-test) 307 # MSVC 7.1 does not support STL with exceptions disabled.
|
/freebsd/contrib/lutok/ |
H A D | Makefile.am | 40 pkginclude_HEADERS += exceptions.hpp 50 EXTRA_DIST += include/lutok/exceptions.hpp 61 liblutok_la_SOURCES += exceptions.cpp 62 liblutok_la_SOURCES += exceptions.hpp
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
H A D | index.rst | 31 Documentation for the libzfs_core exceptions 34 .. automodule:: libzfs_core.exceptions
|
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
H A D | log1p.tst | 13 ; The main reason seems to be the handling of errno and exceptions. 20 ; thus may not raise exceptions.
|
/freebsd/lib/libgcc_eh/ |
H A D | Makefile.inc | 23 CFLAGS.${file}+= -fno-exceptions -funwind-tables 30 CXXFLAGS.${file}+= -fno-exceptions -funwind-tables
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _libzfs_core.py | 37 from . import exceptions 124 raise exceptions.DatasetTypeInvalid(ds_type) 642 raise exceptions.UnknownStreamFeature(flag) 694 raise exceptions.UnknownStreamFeature(flag) 864 raise exceptions.UnknownCryptCommand(crypt_cmd) 1620 raise exceptions.UnknownStreamFeature(flag) 1941 raise exceptions.ZFSGenericError( 2073 raise exceptions.ZFSInitializationFailed(ret)
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/ |
H A D | README | 11 Errors are reported as exceptions rather than integer errno-style 13 of the error codes to the exceptions by interpreting a context
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A D | fm_macsec_master.c | 162 p_FmMacsec->exceptions &= ~FM_MACSEC_EX_ECC; in MacsecInit() 163 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->erer, p_FmMacsec->exceptions); in MacsecInit() 413 p_FmMacsec->exceptions &= ~FM_MACSEC_EX_ECC; in MacsecSetException() 415 p_FmMacsec->exceptions |= FM_MACSEC_EX_ECC; in MacsecSetException() 416 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->erer, p_FmMacsec->exceptions); in MacsecSetException() 932 p_FmMacsec->exceptions |= bitMask; in FmMacsecSetException() 934 p_FmMacsec->exceptions &= ~bitMask; in FmMacsecSetException() 939 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->erer, p_FmMacsec->exceptions); in FmMacsecSetException() 1003 p_FmMacsec->exceptions = DEFAULT_exceptions; in FM_MACSEC_MASTER_Config()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | tgec.c | 304 p_Tgec->exceptions |= bitMask; in TgecConfigException() 306 p_Tgec->exceptions &= ~bitMask; in TgecConfigException() 687 p_Tgec->exceptions |= bitMask; in TgecSetExcpetion() 689 p_Tgec->exceptions &= ~bitMask; in TgecSetExcpetion() 773 p_Tgec->exceptions &= ~(TGEC_IMASK_REM_FAULT | TGEC_IMASK_LOC_FAULT); in TgecInit() 786 err = fman_tgec_init(p_Tgec->p_MemMap, p_TgecDriverParam, p_Tgec->exceptions); in TgecInit() 968 p_Tgec->exceptions = DEFAULT_exceptions; in TGEC_Config()
|
H A D | dtsec.c | 551 p_Dtsec->exceptions |= bitMask; in DtsecConfigException() 553 p_Dtsec->exceptions &= ~bitMask; in DtsecConfigException() 1055 p_Dtsec->exceptions &= ~DTSEC_IMASK_MSROEN; in DtsecSetStatistics() 1058 p_Dtsec->exceptions |= DTSEC_IMASK_MSROEN; in DtsecSetStatistics() 1061 p_Dtsec->exceptions |= DTSEC_IMASK_MSROEN; in DtsecSetStatistics() 1173 p_Dtsec->exceptions |= bitMask; in DtsecSetException() 1175 p_Dtsec->exceptions &= ~bitMask; in DtsecSetException() 1243 p_Dtsec->exceptions); in DtsecInit() 1454 p_Dtsec->exceptions = DEFAULT_exceptions; in DTSEC_Config()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | client.py | 37 self.exceptions = 0 262 tstate.exceptions += 1 426 if tstate.exceptions: 427 print('{0} {1} occurred'.format(tstate.exceptions, 428 pluralize(tstate.exceptions, 432 return 1 if tstate.stop or tstate.exceptions or tstate.failures else 0
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port_im.c | 266 p_FmPort->exceptions = DEFAULT_PORT_exception; in FmPortConfigIM() 373 if (!p_FmPort->polling || p_FmPort->exceptions) in FmPortImInit() 384 if (p_FmPort->exceptions & IM_EV_BSY) in FmPortImInit() 452 if (!p_FmPort->polling || p_FmPort->exceptions) in FmPortImFree() 587 p_FmPort->exceptions |= IM_EV_BSY; in FM_PORT_SetIMExceptions() 611 p_FmPort->exceptions &= ~IM_EV_BSY; in FM_PORT_SetIMExceptions() 612 if (!p_FmPort->exceptions && p_FmPort->polling) in FM_PORT_SetIMExceptions()
|
/freebsd/contrib/kyua/utils/format/ |
H A D | Makefile.am.inc | 31 libutils_a_SOURCES += utils/format/exceptions.cpp 32 libutils_a_SOURCES += utils/format/exceptions.hpp
|
/freebsd/usr.bin/dtc/ |
H A D | Makefile | 7 CXXFLAGS+= -fno-rtti -fno-exceptions
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | Makefile.am.inc | 29 libutils_a_SOURCES += utils/signals/exceptions.cpp 30 libutils_a_SOURCES += utils/signals/exceptions.hpp
|
/freebsd/lib/liblutok/ |
H A D | Makefile | 9 exceptions.cpp \
|
/freebsd/contrib/kyua/model/ |
H A D | Makefile.am.inc | 37 libmodel_a_SOURCES += model/exceptions.cpp 38 libmodel_a_SOURCES += model/exceptions.hpp
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | Makefile.am.inc | 39 libutils_a_SOURCES += utils/fs/exceptions.cpp 40 libutils_a_SOURCES += utils/fs/exceptions.hpp
|