Home
last modified time | relevance | path

Searched refs:_bFreeSlot (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c146 MS_BOOL* _bFreeSlot; variable
254 _bFreeSlot = pstResPri->bFreeSlot; in DSCMBIoctl()
H A DdrvDSCMB.c177 extern MS_BOOL* _bFreeSlot;
183 static MS_BOOL _bFreeSlot[HAL_DSCMB_KTE_MAX]; variable
212 if (_bFreeSlot[i] == SLOTEMPTY ) in _DSCMB_SlotEmptyCount()
227 if (_bFreeSlot[i] == SLOTEMPTY ) in _DSCMB_SlotAlloc()
229 _bFreeSlot[i] = SLOTUSED ; in _DSCMB_SlotAlloc()
244 _bFreeSlot[u32SlotId] = SLOTEMPTY ; in _DSCMB_SlotFree()
498 memset(_bFreeSlot, 0x0, sizeof(MS_BOOL)*HAL_DSCMB_KTE_MAX); in _MDrv_DSCMB2_InitBySWFlag()