Searched refs:schemesMng (Results 1 – 2 of 2) sorted by relevance
2183 if (!p_FmPcd->p_FmPcdKg->schemesMng[i].allocated) in FmPcdKgAllocSchemes()2185 p_FmPcd->p_FmPcdKg->schemesMng[i].allocated = TRUE; in FmPcdKgAllocSchemes()2186 p_FmPcd->p_FmPcdKg->schemesMng[i].ownerId = guestId; in FmPcdKgAllocSchemes()2197 p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[j]].allocated = FALSE; in FmPcdKgAllocSchemes()2198 p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[j]].ownerId = 0; in FmPcdKgAllocSchemes()2221 if (!p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[i]].allocated) in FmPcdKgFreeSchemes()2225 if (p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[i]].ownerId != guestId) in FmPcdKgFreeSchemes()2229 p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[i]].allocated = FALSE; in FmPcdKgFreeSchemes()2230 p_FmPcd->p_FmPcdKg->schemesMng[p_SchemesIds[i]].ownerId = 0; in FmPcdKgFreeSchemes()
256 t_FmPcdAllocMng schemesMng[FM_PCD_KG_NUM_OF_SCHEMES]; /* only for MASTER ! */ member