Searched refs:_msg_ (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvPorts.h | 90 #define USB_ASSERT( _bool_, _msg_ ) \ argument 94 diag_printf("[%s]USB ASSERT %d: "_msg_, __FILE__, __LINE__); \
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/ |
| H A D | drvCA.c | 142 #define DRV_CA_ASSERT( _bool_, _msg_, ret) \ argument 143 do { if(!(_bool_)) { DRV_CA_DEBUG(_msg_); return (ret); } } while(0)
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvPorts.h | 91 #define USB_ASSERT( _bool_, _msg_ ) \ argument
|
| /utopia/UTPA2-700.0.x/modules/security/drv/cipher/ |
| H A D | drvCIPHER.c | 205 #define DRV_CIPHER_ASSERT( _bool_, _msg_, ret) if(!(_bool_)){return (ret);} argument 207 #define DRV_CIPHER_ASSERT( _bool_, _msg_, ret) if(!(_bool_)){ printf(_msg_); return (ret);} argument
|