Searched refs:MPOOL_ERROR (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvMPool.c | 225 …#define MPOOL_ERROR(fmt, args...) LOGI("[MPOOL USER ERR][%06d] " fmt, __LINE__, ## a… macro 229 …#define MPOOL_ERROR(fmt, args...) printf("[MPOOL USER ERR][%06d] " fmt, __LINE__, ##… macro 236 #define MPOOL_ERROR(fmt, args...) do{} while (0) macro 285 MPOOL_ERROR("Open /dev/malloc fail\n"); in MsOS_MPool_Init() 312 MPOOL_ERROR("Open /dev/semutex fail, _s32SemutexFD = %d \n",_s32SemutexFD); in MsOS_MPool_Init() 323 MPOOL_ERROR("%s Get IOMAP Base faill!\n",__FUNCTION__); in MsOS_MPool_Init() 452 MPOOL_ERROR("Open /dev/semutex fail, _s32SemutexFD = %d \n",_s32SemutexFD); in MsOS_GetSHMSize() 463 MPOOL_ERROR("get SHM size failed!\n"); in MsOS_GetSHMSize() 478 MPOOL_ERROR("%s: mapping sharemem with invalid dev fd \n", __FUNCTION__); in MsOS_SHM_Expand() 485 MPOOL_ERROR("create an anonymous sharememory failed! \n"); in MsOS_SHM_Expand() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | drvMPool.c | 173 …#define MPOOL_ERROR(fmt, args...) printk("[MPOOL USER ERR][%06d] " fmt, __LINE__, ##… macro 179 #define MPOOL_ERROR(fmt, args...) do{} while (0) macro 228 MPOOL_ERROR("[Utopia2K] %s Get IOMAP Base faill!\n", __FUNCTION__); in MsOS_MPool_Init()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | drvMPool.c | 115 #define MPOOL_ERROR(fmt, args...) while (0) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | drvMPool.c | 167 #define MPOOL_ERROR(fmt, args...) while (0) macro
|