Lines Matching defs:MT2063_ExclZone_t
74 struct MT2063_ExclZone_t {
77 struct MT2063_ExclZone_t *next_;
106 struct MT2063_ExclZone_t *freeZones;
107 struct MT2063_ExclZone_t *usedZones;
108 struct MT2063_ExclZone_t MT2063_ExclZones[MT2063_MAX_ZONES];
362 static struct MT2063_ExclZone_t *InsertNode(struct MT2063_AvoidSpursData_t
364 struct MT2063_ExclZone_t *pPrevNode)
366 struct MT2063_ExclZone_t *pNode;
393 static struct MT2063_ExclZone_t *RemoveNode(struct MT2063_AvoidSpursData_t
395 struct MT2063_ExclZone_t *pPrevNode,
396 struct MT2063_ExclZone_t
399 struct MT2063_ExclZone_t *pNext = pNodeToRemove->next_;
428 struct MT2063_ExclZone_t *pNode = pAS_Info->usedZones;
429 struct MT2063_ExclZone_t *pPrev = NULL;
430 struct MT2063_ExclZone_t *pNext = NULL;
576 struct MT2063_ExclZone_t *pNode = pAS_Info->usedZones;