Lines Matching defs:next
482 /* Auto-detection: Disk type used until the next media change occurs. */
944 * next time */
1277 * These values are rounded up to the next highest available delay time.
2195 if (here[n].sect) { /* sector busy, find next free sector */
3015 if (raw_cmd->next &&
3020 raw_cmd = raw_cmd->next;
3041 cmd.next = NULL;
3057 ptr = ptr->next;
3065 struct floppy_raw_cmd *next;
3076 next = this->next;
3078 this = next;
3098 ptr->next = NULL;
3126 rcmd = &(ptr->next);