Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/optee/
H A Dutopia_dapi.c112 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() argument
117 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
119 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nuttx/
H A Dutopia_dapi.c112 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() argument
117 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
119 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ecos/
H A Dutopia_dapi.c154 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() argument
159 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
161 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/ucos/
H A Dutopia_dapi.c154 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() argument
159 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
161 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/nos/
H A Dutopia_dapi.c168 static UTOPIA_RESOURCE* next_resource(void* pUnkown, enum eObjectType eObjectType) in next_resource() argument
173 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
175 return (UTOPIA_RESOURCE*)shmid2va(((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c245 static UTOPIA_RESOURCE* next_resource(void* pUnkown in next_resource() argument
252 ((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
255 ((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c191 static UTOPIA_RESOURCE* next_resource(void* pUnkown in next_resource() argument
198 ((UTOPIA_RESOURCE_POOL*)pUnkown)->shmid_resource_head.ID); in next_resource()
201 ((UTOPIA_RESOURCE*)pUnkown)->shmid_next_resource.ID); in next_resource()