Lines Matching refs:firstSpace
52 firstSpace = NULL; in GPTDataCurses()
76 while (firstSpace != NULL) { in EmptySpaces()
77 trash = firstSpace; in EmptySpaces()
78 firstSpace = firstSpace->nextSpace; in EmptySpaces()
126 if (firstSpace == NULL) { in AddEmptySpaces()
130 current = firstSpace; in AddEmptySpaces()
132 if ((current == firstSpace) && (current->firstLBA > GetFirstUsableLBA())) { in AddEmptySpaces()
158 if (theSpace == firstSpace) in UnlinkSpace()
159 firstSpace = theSpace->nextSpace; in UnlinkSpace()
171 firstSpace = lastSpace = theSpace; in LinkToEnd()
187 oldFirst = firstSpace; in SortSpaces()
189 firstSpace = lastSpace = NULL; in SortSpaces()
229 space = firstSpace; in ShowSpace()
575 currentSpace = firstSpace; in ChangeSpaceSelection()