Searched refs:E_NOT_IN_RANGE (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/ncsw/etc/ |
H A D | error.c | 69 case (E_NOT_IN_RANGE): return "Value Out Of Range"; in ErrTypeStrings()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | error_ext.h | 128 ,E_NOT_IN_RANGE = ERANGE/**< Parameter value is out of range. */ enumerator
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_kg.c | 2054 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in FmPcdKgBuildBindPortToSchemes() 2792 REPORT_ERROR(MAJOR, E_NOT_IN_RANGE, ("Scheme is out of partition range")); in FmPcdKgGetRelativeSchemeId() 2806 REPORT_ERROR(MAJOR, E_NOT_IN_RANGE, ("relative-scheme-id %d!", relativeSchemeId)); in FmPcdKgGetSchemeHandle() 2851 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in FmPcdKgCcGetSetParams() 2995 REPORT_ERROR(MAJOR, E_NOT_IN_RANGE, ("relative-scheme-id %d!", relativeSchemeId)); in FM_PCD_KgSchemeSet() 3146 REPORT_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in FM_PCD_KgSchemeGetCounter() 3178 REPORT_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in FM_PCD_KgSchemeSetCounter()
|
H A D | fm_replic.c | 121 …RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, ("maxNumOfEntries in the frame replicator parameters should be… in CheckParams()
|
H A D | fm_cc.c | 497 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in SetRequiredAction1() 1638 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in ValidateNextEngineParams() 5569 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, in FmPcdCcAddKey() 7101 RETURN_ERROR(MINOR, E_NOT_IN_RANGE, ("bucket index!")); in FM_PCD_MatchTableGetIndexedHashBucket()
|
H A D | fm_plcr.c | 146 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in SetProfileNia()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/ |
H A D | hc.c | 469 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in FmHcPcdKgCcGetSetParams() 564 REPORT_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in FmHcPcdKgGetSchemeCounter() 616 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, NO_MSG); in FmHcPcdKgSetSchemeCounter()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | dtsec.c | 97 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, ("PHY address (should be 0-%d)", MAX_PHYS)); in CheckInitParameters()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port.c | 3717 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, in FM_PORT_SetPfcPrioritiesMappingToQmanWQ() 3720 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, in FM_PORT_SetPfcPrioritiesMappingToQmanWQ() 4621 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE, in FM_PORT_PcdKgModifyInitialScheme()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_ncsw.c | 2941 RETURN_ERROR(MAJOR, E_NOT_IN_RANGE , ("Profile id is out of range")); in FmVSPCheckRelativeProfile()
|