| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/ |
| H A D | index.rst | 31 Documentation for the libzfs_core exceptions 34 .. automodule:: libzfs_core.exceptions
|
| /f-stack/dpdk/license/ |
| H A D | exceptions.txt | 1 This file will record any exceptions in DPDK Project with respect to DPDK 6 Note that following licenses are not exceptions:-
|
| /f-stack/freebsd/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 …]
|
| H A D | fm_ncsw.c | 3406 p_Fm->p_FmStateStruct->exceptions = DEFAULT_exceptions; in FM_Config() 3519 p_Fm->p_FmStateStruct->exceptions &= ~FM_EX_BMI_DISPATCH_RAM_ECC; in FM_Init() 3529 p_Fm->p_FmStateStruct->exceptions &= ~FM_EX_QMI_SINGLE_ECC; in FM_Init() 3538 p_Fm->p_FmStateStruct->exceptions |= p_Fm->userSetExceptions; in FM_Init() 3605 p_FmDriverParam->exceptions = p_Fm->p_FmStateStruct->exceptions; in FM_Init() 4085 p_Fm->p_FmStateStruct->exceptions &= ~bitMask; in FM_ConfigException() 4659 p_Fm->p_FmStateStruct->exceptions |= bitMask; in FM_SetException() 4661 p_Fm->p_FmStateStruct->exceptions &= ~bitMask; in FM_SetException() 5153 if (!(p_Fm->p_FmStateStruct->exceptions & FM_EX_QMI_SINGLE_ECC)) in FM_ForceIntr() 5157 if (!(p_Fm->p_FmStateStruct->exceptions & FM_EX_QMI_DOUBLE_ECC)) in FM_ForceIntr() [all …]
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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)
|
| /f-stack/freebsd/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 | memac.h | 84 uint32_t exceptions; member
|
| 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()
|
| H A D | memac.c | 424 p_Memac->exceptions |= bitMask; in MemacConfigException() 426 p_Memac->exceptions &= ~bitMask; in MemacConfigException() 791 p_Memac->exceptions |= bitMask; in MemacSetException() 793 p_Memac->exceptions &= ~bitMask; in MemacSetException() 898 p_Memac->exceptions); in MemacInit() 1090 p_Memac->exceptions = MEMAC_default_exceptions; in MEMAC_Config()
|
| H A D | tgec.h | 142 uint32_t exceptions; member
|
| H A D | dtsec.h | 220 uint32_t exceptions; member
|
| H A D | fman_memac.c | 160 uint32_t exceptions) in fman_memac_init() argument 235 fman_memac_set_exception(regs, exceptions, TRUE); in fman_memac_init()
|
| /f-stack/freebsd/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()
|
| H A D | fm_macsec_secy.h | 135 uint32_t exceptions; member
|
| H A D | fm_macsec_secy.c | 58 if (p_FmMacsecSecY->exceptions & FM_MACSEC_SECY_EX_FRAME_DISCARDED) in FmMacsecSecYExceptionsIsr() 227 p_FmMacsecSecY->exceptions = DEFAULT_exceptions; in FM_MACSEC_SECY_Config() 308 if (p_FmMacsecSecY->exceptions & FM_MACSEC_SECY_EX_FRAME_DISCARDED) in FM_MACSEC_SECY_Init() 358 if (p_FmMacsecSecY->exceptions & FM_MACSEC_SECY_EX_FRAME_DISCARDED) in FM_MACSEC_SECY_Free() 462 p_FmMacsecSecY->exceptions |= bitMask; in FM_MACSEC_SECY_ConfigException() 464 p_FmMacsecSecY->exceptions &= ~bitMask; in FM_MACSEC_SECY_ConfigException()
|
| /f-stack/freebsd/contrib/device-tree/ |
| H A D | COPYING | 12 LICENSES/exceptions/Linux-syscall-note
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qm.h | 482 uint32_t exceptions; member 640 p_Qm->exceptions |= bitMask; in SetException() 642 p_Qm->exceptions &= ~bitMask; in SetException()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bm.c | 486 p_Bm->exceptions = DEFAULT_exceptions; in BM_Config() 558 WRITE_UINT32(p_Bm->p_BmRegs->err_isr, p_Bm->exceptions); in BM_Init() 559 WRITE_UINT32(p_Bm->p_BmRegs->err_ier, p_Bm->exceptions); in BM_Init() 658 p_Bm->exceptions |= bitMask; in BM_ConfigException() 660 p_Bm->exceptions &= ~bitMask; in BM_ConfigException()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_prs.c | 117 p_FmPcd->exceptions |= p_FmPcd->p_FmPcdDriverParam->dfltCfg.prs_exceptions; in PrsConfig() 157 if(p_FmPcd->exceptions & FM_PCD_EX_PRS_SINGLE_ECC) in PrsInit() 160 if(p_FmPcd->exceptions & FM_PCD_EX_PRS_DOUBLE_ECC) in PrsInit()
|
| H A D | fm_pcd.c | 1098 p_FmPcd->exceptions |= bitMask; in FM_PCD_ConfigException() 1100 p_FmPcd->exceptions &= ~bitMask; in FM_PCD_ConfigException() 1772 p_FmPcd->exceptions |= bitMask; in FM_PCD_SetException() 1774 p_FmPcd->exceptions &= ~bitMask; in FM_PCD_SetException() 1916 if (!(p_FmPcd->exceptions & FM_PCD_EX_PRS_DOUBLE_ECC)) in FM_PCD_ForceIntr() 1920 if (!(p_FmPcd->exceptions & FM_PCD_EX_PRS_SINGLE_ECC)) in FM_PCD_ForceIntr() 1924 if (!(p_FmPcd->exceptions & FM_EX_KG_DOUBLE_ECC)) in FM_PCD_ForceIntr() 1929 if (!(p_FmPcd->exceptions & FM_EX_KG_KEYSIZE_OVERFLOW)) in FM_PCD_ForceIntr() 1934 if (!(p_FmPcd->exceptions & FM_PCD_EX_PLCR_DOUBLE_ECC)) in FM_PCD_ForceIntr() 1939 if (!(p_FmPcd->exceptions & FM_PCD_EX_PLCR_INIT_ENTRY_ERROR)) in FM_PCD_ForceIntr() [all …]
|
| H A D | fman_kg.c | 316 uint32_t exceptions, in fman_kg_init() argument 326 if (exceptions & FM_EX_KG_DOUBLE_ECC) in fman_kg_init() 329 if (exceptions & FM_EX_KG_KEYSIZE_OVERFLOW) in fman_kg_init()
|
| /f-stack/freebsd/contrib/openzfs/ |
| H A D | COPYRIGHT | 16 notable exceptions and their respective licenses include:
|
| /f-stack/freebsd/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_mac_ext.h | 146 typedef void (t_FmMacExceptionCallback)(t_Handle h_App, e_FmMacExceptions exceptions);
|