Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/
H A Dutopia_dapi.c117 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
220 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource()
588 pRPool->shmid_resource_head.ID = 0xFFFFFFFF; in UtopiaResourceRegister()
616 pRPool->shmid_resource_head.ID = pResource->shmid_self.ID; in UtopiaResourceRegister()
715 MS_U32* pu32SemKey = (MS_U32*)shmid2va(pResourcePool->shmid_resource_head.ID); in UtopiaModuleAddResourceEnd()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/
H A Dutopia_dapi.c117 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
220 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource()
588 pRPool->shmid_resource_head.ID = 0xFFFFFFFF; in UtopiaResourceRegister()
616 pRPool->shmid_resource_head.ID = pResource->shmid_self.ID; in UtopiaResourceRegister()
715 MS_U32* pu32SemKey = (MS_U32*)shmid2va(pResourcePool->shmid_resource_head.ID); in UtopiaModuleAddResourceEnd()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ecos/
H A Dutopia_dapi.c159 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
202 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource()
529 pRPool->shmid_resource_head.ID = 0xFFFFFFFF; in UtopiaResourceRegister()
566 pRPool->shmid_resource_head.ID = pResource->shmid_self.ID; in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ucos/
H A Dutopia_dapi.c159 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
202 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource()
529 pRPool->shmid_resource_head.ID = 0xFFFFFFFF; in UtopiaResourceRegister()
566 pRPool->shmid_resource_head.ID = pResource->shmid_self.ID; in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/
H A Dutopia_dapi.c173 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
232 UTOPIA_RESOURCE* pResource = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource()
541 pRPool->shmid_resource_head.ID = 0xFFFFFFFF; in UtopiaResourceRegister()
578 pRPool->shmid_resource_head.ID = pResource->shmid_self.ID; in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c252 ((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
323 = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource()
753 pRPool->shmid_resource_head.ID = 0xFFFFFFFF; in UtopiaResourceRegister()
793 pRPool->shmid_resource_head.ID = pResource->shmid_self.ID; in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c198 ((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
269 = TO_RESOURCE_PTR(shmid2va(pRPool->shmid_resource_head.ID)); in locate_resource()
920 pRPool->shmid_resource_head.ID = 0xFFFFFFFF; in UtopiaResourceRegister()
961 pRPool->shmid_resource_head.ID = pResource->shmid_self.ID; in UtopiaResourceRegister()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_private.h72 UTOPIA_SHM_ID shmid_resource_head; member