Home
last modified time | relevance | path

Searched refs:u32LocatedResourceID (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/
H A Dutopia_dapi.c217 static int locate_resource(UTOPIA_RESOURCE_POOL* pRPool, MS_U32 u32LocatedResourceID in locate_resource() argument
223 while (pResource != NULL && (pResource->shmid_self.ID != u32LocatedResourceID)) in locate_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/
H A Dutopia_dapi.c217 static int locate_resource(UTOPIA_RESOURCE_POOL* pRPool, MS_U32 u32LocatedResourceID in locate_resource() argument
223 while (pResource != NULL && (pResource->shmid_self.ID != u32LocatedResourceID)) in locate_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ecos/
H A Dutopia_dapi.c199 static int locate_resource(UTOPIA_RESOURCE_POOL* pRPool, MS_U32 u32LocatedResourceID in locate_resource() argument
205 while (pResource != NULL && (pResource->shmid_self.ID != u32LocatedResourceID)) in locate_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ucos/
H A Dutopia_dapi.c199 static int locate_resource(UTOPIA_RESOURCE_POOL* pRPool, MS_U32 u32LocatedResourceID in locate_resource() argument
205 while (pResource != NULL && (pResource->shmid_self.ID != u32LocatedResourceID)) in locate_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/
H A Dutopia_dapi.c229 static int locate_resource(UTOPIA_RESOURCE_POOL* pRPool, MS_U32 u32LocatedResourceID in locate_resource() argument
235 while (pResource != NULL && (pResource->shmid_self.ID != u32LocatedResourceID)) in locate_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c319 , MS_U32 u32LocatedResourceID, UTOPIA_RESOURCE** ppRes in locate_resource() argument
327 && (pRes->shmid_self.ID != u32LocatedResourceID)) in locate_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c265 , MS_U32 u32LocatedResourceID, UTOPIA_RESOURCE** ppRes in locate_resource() argument
273 && (pRes->shmid_self.ID != u32LocatedResourceID)) in locate_resource()