| /freebsd-13.1/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() 629 eloop.exceptions.changed) in eloop_sock_table_dispatch() 651 eloop.exceptions.changed) in eloop_sock_table_dispatch() 743 return &eloop.exceptions; in eloop_get_sock_table() 1190 eloop.exceptions.changed = 0; in eloop_run() [all …]
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | BUILD.bazel | 72 "googletest-catch-exceptions-test_.cc", 344 name = "googletest-catch-exceptions-no-ex-test_", 346 srcs = ["googletest-catch-exceptions-test_.cc"], 351 name = "googletest-catch-exceptions-ex-test_", 353 srcs = ["googletest-catch-exceptions-test_.cc"], 359 name = "googletest-catch-exceptions-test", 361 srcs = ["googletest-catch-exceptions-test.py"], 363 ":googletest-catch-exceptions-ex-test_", 364 ":googletest-catch-exceptions-no-ex-test_", 496 # Verifies interaction of death tests and exceptions.
|
| /freebsd-13.1/sys/contrib/ncsw/Peripherals/FM/ |
| H A D | fman_ncsw.c | 715 if (cfg->exceptions & FMAN_EX_DMA_BUS_ERROR) 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() 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() 883 if (cfg->exceptions & FMAN_EX_BMI_PIPELINE_ECC) in fman_bmi_init() 909 if (cfg->exceptions & FMAN_EX_QMI_DOUBLE_ECC) in fman_qmi_init() [all …]
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | istream | 374 if (__is.exceptions() & ios_base::badbit) 498 if (__is.exceptions() & ios_base::badbit) 562 if (__is.exceptions() & ios_base::badbit) 656 if (__is.exceptions() & ios_base::badbit) 724 if (this->exceptions() & ios_base::failbit || this->exceptions() & ios_base::badbit) 764 if (this->exceptions() & ios_base::badbit) 924 if (this->exceptions() & ios_base::badbit) 1360 if (__is.exceptions() & ios_base::badbit) 1487 if (__is.exceptions() & ios_base::badbit) 1540 if (__is.exceptions() & ios_base::badbit) [all …]
|
| H A D | ios | 131 iostate exceptions() const; 132 void exceptions(iostate except); 327 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const; 328 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate); 581 ios_base::exceptions() const 588 ios_base::exceptions(iostate __iostate) 629 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const {return ios_base::exceptions();} 630 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate) {ios_base::exceptions(__iostate);} 800 exceptions(__rhs.exceptions());
|
| /freebsd-13.1/lib/libgcc_eh/ |
| H A D | Makefile.inc | 22 CFLAGS.${file}+= -fno-exceptions -funwind-tables 25 CXXFLAGS.${file}+= -fno-exceptions -funwind-tables
|
| /freebsd-13.1/contrib/googletest/googletest/ |
| H A D | CMakeLists.txt | 226 # MSVC 7.1 does not support STL with exceptions disabled. 276 # Visual Studio .NET 2003 does not support STL with exceptions disabled. 279 googletest-catch-exceptions-no-ex-test_ 282 test/googletest-catch-exceptions-test_.cc) 286 googletest-catch-exceptions-ex-test_ 289 test/googletest-catch-exceptions-test_.cc) 290 py_test(googletest-catch-exceptions-test) 313 # MSVC 7.1 does not support STL with exceptions disabled.
|
| /freebsd-13.1/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) 1491 raise exceptions.UnknownStreamFeature(flag) 1812 raise exceptions.ZFSGenericError( 1944 raise exceptions.ZFSInitializationFailed(ret)
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/usr.bin/dtc/ |
| H A D | Makefile | 9 CXXFLAGS+= -fno-rtti -fno-exceptions
|
| /freebsd-13.1/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-13.1/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-13.1/lib/liblutok/ |
| H A D | Makefile | 11 exceptions.cpp \
|
| /freebsd-13.1/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-13.1/contrib/netcat/ |
| H A D | FREEBSD-upgrade | 8 few exceptions:
|
| /freebsd-13.1/contrib/kyua/utils/text/ |
| H A D | Makefile.am.inc | 29 libutils_a_SOURCES += utils/text/exceptions.cpp 30 libutils_a_SOURCES += utils/text/exceptions.hpp
|
| /freebsd-13.1/contrib/kyua/model/ |
| H A D | Makefile.am.inc | 37 libmodel_a_SOURCES += model/exceptions.cpp 38 libmodel_a_SOURCES += model/exceptions.hpp
|
| /freebsd-13.1/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
|