Home
last modified time | relevance | path

Searched refs:PSEM_UNLOCK_PARAM (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/sem/drv/sem/
H A DmdrvSEM.c131 PSEM_UNLOCK_PARAM pUnlock = NULL; in SEMIoctl()
174 pUnlock = (PSEM_UNLOCK_PARAM)pArgs; in SEMIoctl()
H A DdrvSEM.c539 PSEM_UNLOCK_PARAM pSemUnlockParam = NULL; in MDrv_SEM_Unlock()
542 pSemUnlockParam = (PSEM_UNLOCK_PARAM)malloc(sizeof(SEM_UNLOCK_PARAM)); in MDrv_SEM_Unlock()
H A DdrvSEM_priv.h177 }SEM_UNLOCK_PARAM, *PSEM_UNLOCK_PARAM; typedef