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.
2194 if (here[n].sect) { /* sector busy, find next free sector */
3105 if (raw_cmd->next &&
3110 raw_cmd = raw_cmd->next;
3131 cmd.next = NULL;
3147 ptr = ptr->next;
3155 struct floppy_raw_cmd *next;
3166 next = this->next;
3168 this = next;
3189 ptr->next = NULL;
3218 rcmd = &(ptr->next);