Lines Matching refs:temp
824 entPhysicalEntry_t *zRunner, *temp;
836 temp = zRunner;
840 temp = zRunner;
848 if (temp == NULL) {
855 temp->pNextEntry = xnewPhysicalEntry;
867 temp->pNextEntry = xnewPhysicalEntry;
899 temp = zRunner->pNextEntry;
903 xnewPhysicalEntry->pNextEntry = temp;
1015 entPhysicalEntry_t *zRunner, *temp, *prevEntry;
1044 temp = zRunner->pNextEntry;
1047 prevEntry->pNextEntry = temp;
1049 gPhysicalTableHead = temp;
1166 int *child_list, *temp, i;
1187 temp = child_list;
1190 free(temp);