Searched refs:pAS_Info (Results 1 – 1 of 1) sorted by relevance
363 *pAS_Info, in InsertNode()371 if (pAS_Info->freeZones != NULL) { in InsertNode()373 pNode = pAS_Info->freeZones; in InsertNode()374 pAS_Info->freeZones = pNode->next_; in InsertNode()377 pNode = &pAS_Info->MT2063_ExclZones[pAS_Info->nZones]; in InsertNode()385 pNode->next_ = pAS_Info->usedZones; in InsertNode()386 pAS_Info->usedZones = pNode; in InsertNode()389 pAS_Info->nZones++; in InsertNode()394 *pAS_Info, in RemoveNode()408 pNodeToRemove->next_ = pAS_Info->freeZones; in RemoveNode()[all …]