Home
last modified time | relevance | path

Searched refs:IPAERROR_OK (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c372 if (res < 0 || pool_to_pa_args.error_code != IPAERROR_OK) in IN_IPA_POOL_To_PA()
453 if (res < 0 || ipa_init_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_Init()
565 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem()
742 if (res < 0 || map_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_MapUserVA()
915 if (res < 0 || heap_attr_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_HEAP_ATTR()
949 if (res < 0 || getipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GETIPCHANDLE()
990 if (res < 0 || installipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_InstallIpcHandle()
1028 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem_Timeout()
1043 if ((res == 0) && (ipa_alloc_args.error_code == IPAERROR_OK)) in MApi_IPA_Pool_GetMem_Timeout()
1049 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem_Timeout()
H A Dmdrv_ipa_pool_uapi.h242 #define IPAERROR_OK 0 macro
H A DMsOSmm.c648 get_param->error_code = IPAERROR_OK; in MSOS_MMPool_GetMem()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c397 if (res < 0 || ipa_init_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_Init()
493 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem()
709 if (res < 0 || map_args.error_code != IPAERROR_OK)
888 if (res < 0 || map_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_MapKerVA()
1103 if (res < 0 || heap_attr_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_HEAP_ATTR()
1153 if (res < 0 || getipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GETIPCHANDLE()
1213 if (res < 0 || installipchandle_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_InstallIpcHandle()
1266 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem_Timeout()
1291 if ((res == 0) && (ipa_alloc_args.error_code == IPAERROR_OK)) in MApi_IPA_Pool_GetMem_Timeout()
1297 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem_Timeout()
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOSmm.c16 #define IPAERROR_OK 0 macro