Searched refs:pSemGetResourceIDParam (Results 1 – 1 of 1) sorted by relevance
344 PSEM_GETRESOURCEID_PARAM pSemGetResourceIDParam = NULL; in MDrv_SEM_Get_ResourceID() local347 pSemGetResourceIDParam = (PSEM_GETRESOURCEID_PARAM)malloc(sizeof(SEM_GETRESOURCEID_PARAM)); in MDrv_SEM_Get_ResourceID()348 pSemGetResourceIDParam->u8SemID = u8SemID; in MDrv_SEM_Get_ResourceID()349 pSemGetResourceIDParam->pu16ResId = pu16ResId; in MDrv_SEM_Get_ResourceID()351 u32Ret = UtopiaIoctl(pInstantSem,MDrv_CMD_SEM_Get_ResourceID,(MS_U32*)pSemGetResourceIDParam); in MDrv_SEM_Get_ResourceID()352 free(pSemGetResourceIDParam); in MDrv_SEM_Get_ResourceID()