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()
395 next = arc->list; in FSi_NextCommand()
396 next->stat |= FS_FILE_STATUS_OPERATING; in FSi_NextCommand()
399 if (owner && ((next->stat & FS_FILE_STATUS_BLOCKING) != 0)) in FSi_NextCommand()
401 OS_WakeupThread(next->queue); in FSi_NextCommand()
402 next = NULL; in FSi_NextCommand()
431 return next; in FSi_NextCommand()
545 file->next = NULL; in FSi_SendCommand()
560 for (pp = &arc->list; *pp; pp = &(*pp)->next) in FSi_SendCommand()
572 FSFile *next = FSi_NextCommand(arc, owner); in FSi_SendCommand() local
582 if (next != NULL) in FSi_SendCommand()
584 FSi_ExecuteAsyncCommand(next); in FSi_SendCommand()
608 arc_list = arc_list->next; in FSi_EndArchive()
630 for (; arc; arc = arc->next) in FS_FindArchive()
662 arc = arc->next; in FS_GetArchiveResultCode()
950 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_RegisterArchiveName()
1023 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_ReleaseArchiveName()
1027 *pp = (*pp)->next; in FS_ReleaseArchiveName()
1039 p_arc->next = NULL; in FS_ReleaseArchiveName()
1128 FSFile *next = file->next; in FS_UnmountArchive() local
1130 file = next; in FS_UnmountArchive()