Home
last modified time | relevance | path

Searched refs:VERIFY (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/scsi/
H A Dscsi.h64 #define VERIFY 0x2f macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A Ddrvscsi.h135 #define VERIFY 0x2f //(unsupport) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A Ddrvscsi_2.h135 #define VERIFY 0x2f //(unsupport) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A Ddrvscsi_3.h135 #define VERIFY 0x2f //(unsupport) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A Ddrvscsi_4.h135 #define VERIFY 0x2f //(unsupport) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvSCSI.h108 #define VERIFY 0x2f macro
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c169 #ifndef VERIFY
518 #ifndef VERIFY
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c13165 JPEG_VERIFICATION_PARAM VERIFY; in MApi_JPEG_SetVerificationMode() local
13166 memset(&VERIFY , 0 ,sizeof(JPEG_VERIFICATION_PARAM)); in MApi_JPEG_SetVerificationMode()
13167 VERIFY.VerificationMode = VerificationMode; in MApi_JPEG_SetVerificationMode()
13169 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SetVerificationMode, (void*)(&VERIFY)) != UTOPIA_STATUS_… in MApi_JPEG_SetVerificationMode()
13189 JPEG_VERIFICATION_PARAM VERIFY; in MApi_JPEG_GetVerificationMode() local
13190 memset(&VERIFY , 0 ,sizeof(JPEG_VERIFICATION_PARAM)); in MApi_JPEG_GetVerificationMode()
13192 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_GetVerificationMode, (void*)(&VERIFY)) != UTOPIA_STATUS_… in MApi_JPEG_GetVerificationMode()
13197 return VERIFY.VerificationMode; in MApi_JPEG_GetVerificationMode()