Searched refs:E_NOT_FOUND (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/ncsw/etc/ |
H A D | error.c | 81 case (E_NOT_FOUND): return "Resource Not Found"; in ErrTypeStrings()
|
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | lxencrypt.h | 72 E_NOT_FOUND, enumerator
|
H A D | lxencrypt.c | 546 return -E_NOT_FOUND; in agtiapi_MapDek()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | error_ext.h | 166 ,E_NOT_FOUND /**< Requested resource or item was not found. */ enumerator
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm.h | 409 return ERROR_CODE(E_NOT_FOUND); in BmBpidPut()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_prs.c | 323 REPORT_ERROR(MAJOR, E_NOT_FOUND, ("Sw Parser attachment Not found")); in FmPcdGetSwPrsOffset()
|
H A D | fm_replic.c | 408 REPORT_ERROR(MAJOR, E_NOT_FOUND, ("Available member")); in InitMember()
|
H A D | fm_cc.c | 4174 return ERROR_CODE(E_NOT_FOUND); in FindKeyIndex() 5443 if (GET_ERROR_TYPE(err) != E_NOT_FOUND) in FmPcdCcModifyKey() 5601 if (GET_ERROR_TYPE(err) != E_NOT_FOUND) in FmPcdCcAddKey() 5691 if (GET_ERROR_TYPE(err) != E_NOT_FOUND) in FmPcdCcModifyKeyAndNextEngine() 7106 RETURN_ERROR(MINOR, E_NOT_FOUND, ("bucket!")); in FM_PCD_MatchTableGetIndexedHashBucket()
|
/freebsd/contrib/tcpdump/ |
H A D | print-forces.c | 598 E_NOT_FOUND, enumerator 627 {E_NOT_FOUND, "NOT FOUND"},
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | tgec.c | 570 RETURN_ERROR(MAJOR, E_NOT_FOUND, NO_MSG); in TgecDelExactMatchMacAddress()
|
H A D | memac.c | 694 RETURN_ERROR(MAJOR, E_NOT_FOUND, NO_MSG); in MemacDelExactMatchMacAddress()
|
H A D | dtsec.c | 885 RETURN_ERROR(MAJOR, E_NOT_FOUND, NO_MSG); in DtsecDelExactMatchMacAddress()
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qm.c | 595 return ERROR_CODE(E_NOT_FOUND); in QmFqidPut()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_ncsw.c | 1865 REPORT_ERROR(MAJOR, E_NOT_FOUND, ("PCD handle!")); in FmUnregisterPcd()
|