Lines Matching refs:next
105 for (; *pp; pp = &(*pp)->next) in FSi_EndCommand()
109 *pp = file->next; in FSi_EndCommand()
113 file->next = NULL; in FSi_EndCommand()
349 FSFile *next = NULL; in FSi_NextCommand() local
359 FSFile *q = p->next; in FSi_NextCommand()
394 next = arc->list; in FSi_NextCommand()
395 next->stat |= FS_FILE_STATUS_OPERATING; in FSi_NextCommand()
398 if (owner && ((next->stat & FS_FILE_STATUS_BLOCKING) != 0)) in FSi_NextCommand()
400 OS_WakeupThread(next->queue); in FSi_NextCommand()
401 next = NULL; in FSi_NextCommand()
430 return next; in FSi_NextCommand()
539 file->next = NULL; in FSi_SendCommand()
554 for (pp = &arc->list; *pp; pp = &(*pp)->next) in FSi_SendCommand()
565 FSFile *next = FSi_NextCommand(arc, FALSE); in FSi_SendCommand() local
575 if (next != NULL) in FSi_SendCommand()
577 FSi_ExecuteAsyncCommand(next); in FSi_SendCommand()
601 arc_list = arc_list->next; in FSi_EndArchive()
623 for (; arc; arc = arc->next) in FS_FindArchive()
655 arc = arc->next; in FS_GetArchiveResultCode()
943 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_RegisterArchiveName()
1016 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_ReleaseArchiveName()
1020 *pp = (*pp)->next; in FS_ReleaseArchiveName()
1032 p_arc->next = NULL; in FS_ReleaseArchiveName()
1121 FSFile *next = file->next; in FS_UnmountArchive() local
1123 file = next; in FS_UnmountArchive()