Lines Matching refs:firstSpace
51 firstSpace = NULL; in GPTDataCurses()
75 while (firstSpace != NULL) { in EmptySpaces()
76 trash = firstSpace; in EmptySpaces()
77 firstSpace = firstSpace->nextSpace; in EmptySpaces()
125 if (firstSpace == NULL) { in AddEmptySpaces()
129 current = firstSpace; in AddEmptySpaces()
131 if ((current == firstSpace) && (current->firstLBA > GetFirstUsableLBA())) { in AddEmptySpaces()
157 if (theSpace == firstSpace) in UnlinkSpace()
158 firstSpace = theSpace->nextSpace; in UnlinkSpace()
170 firstSpace = lastSpace = theSpace; in LinkToEnd()
186 oldFirst = firstSpace; in SortSpaces()
188 firstSpace = lastSpace = NULL; in SortSpaces()
228 space = firstSpace; in ShowSpace()
573 currentSpace = firstSpace; in ChangeSpaceSelection()