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()
544 file->next = NULL; in FSi_SendCommand()
559 for (pp = &arc->list; *pp; pp = &(*pp)->next) in FSi_SendCommand()
571 FSFile *next = FSi_NextCommand(arc, owner); in FSi_SendCommand() local
581 if (next != NULL) in FSi_SendCommand()
583 FSi_ExecuteAsyncCommand(next); in FSi_SendCommand()
607 arc_list = arc_list->next; in FSi_EndArchive()
629 for (; arc; arc = arc->next) in FS_FindArchive()
661 arc = arc->next; in FS_GetArchiveResultCode()
949 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_RegisterArchiveName()
1022 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_ReleaseArchiveName()
1026 *pp = (*pp)->next; in FS_ReleaseArchiveName()
1038 p_arc->next = NULL; in FS_ReleaseArchiveName()
1127 FSFile *next = file->next; in FS_UnmountArchive() local
1129 file = next; in FS_UnmountArchive()