Home
last modified time | relevance | path

Searched refs:functionResult (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd_errors.h86 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
H A Dzstd.c770 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
/freebsd-13.1/sys/contrib/zstd/lib/common/
H A Dzstd_errors.h87 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2162 bit8 functionResult; /* used only in response */ member
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c6423 SgpioResponse.functionResult = (resultFunctionFrameType & 0xFF0000) >> 16; in mpiSGpioRsp()
6437 …Bad Response IOMB!!! pRequest is NULL.TAG=0x%x STATUS=0x%x\n", tag, SgpioResponse.functionResult)); in mpiSGpioRsp()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c7456 TI_DBG2(("ossaSGpioCB: functionResult: 0x%02x \n", pSgpioResponse->functionResult)); in ossaSGpioCB()
H A Dtdport.c4654 if(pSgpioResponse->functionResult != 0x00) in SendSgpioRequest()