Lines Matching defs:next
370 struct req *next;
689 PSRBlock->u.cmd.link_ptr = NULL; /* pointer to next SRB */
712 PSRBlock->u.cmd.link_ptr = NULL; /* pointer to next SRB */
1576 next_req = req->next;
1882 rp = rp->next;
1910 wait for the next call to issue()
1934 wait for the next call to issue()
2011 rp = rp->next;
2047 next_req = req->next;
2049 req->next = fdp->sane_free_list;
2093 fdp->sane_free_list = req->next;
2094 req->next = 0;
2203 req->next = 0;
2206 fdp->sane_qtail->next = req; fdp->sane_qtail = req;}
2236 issue (req->next); /* issue next command, if any */
2272 /* Now issue next command asap, if any. We can't do this
2275 issue (req->next);
2465 = ((fdparms *) fd_info[req->fd].pdata)->sane_qhead->next;
2468 req->next = ((fdparms *) fd_info[req->fd].pdata)->sane_free_list;
2829 /* Make sure that we don't read the next parameter name
3941 /* set the command block for the next read or write */
4317 PSRBlock->u.cmd.link_ptr = NULL; /* pointer to next SRB */