Lines Matching defs:next
159 struct list_head *elem = head->next;
203 struct m_link *next;
207 struct m_vtob *next;
223 struct m_pool *next;
244 while (!h[j].next) {
246 h[j].next = (m_link_s *)mp->getp(mp);
247 if (h[j].next)
248 h[j].next->next = NULL;
254 a = (m_addr_t) h[j].next;
256 h[j].next = h[j].next->next;
260 h[j].next = (m_link_s *) (a+s);
261 h[j].next->next = NULL;
301 while (q->next && q->next != (m_link_s *) b) {
302 q = q->next;
304 if (!q->next) {
305 ((m_link_s *) a)->next = h[i].next;
306 h[i].next = (m_link_s *) a;
309 q->next = q->next->next;
391 vbp->next = mp->vtob[hc];
409 vbpp = &(*vbpp)->next;
412 *vbpp = (*vbpp)->next;
423 for (mp = mp0.next; mp && mp->bush != bush; mp = mp->next);
436 mp->next = mp0.next;
437 mp0.next = mp;
444 struct m_pool **pp = &mp0.next;
447 pp = &(*pp)->next;
449 *pp = (*pp)->next;
500 vp = vp->next;
1156 ** if it's not this target, jump to the next.
1158 ** JUMP IF (SFBR != #target#), @(next tcb)
1249 ** if it's not this lun, jump to the next.
1251 ** JUMP IF (SFBR != #lun#), @(next lcb of this target)
1632 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(next tcb mod. i)
2012 ** which starts the next entry.
2045 ** the next instruction that checks SCSI phase.
2063 ** Next time use the next slot.
2089 ** continued after the next label ...
2095 ** Wait for the next phase or the selection
2395 ** ... start the next command.
2505 ** ... wait for the next phase
2520 ** ... and process the next phase
2605 ** continued after the next label ...
2729 ** Start the next entry.
2755 ** Copy the CCB address to the next done entry.
2804 ** Next time use the next slot.
2830 ** continued after the next label ...
2861 ** Ignore all data in byte, until next phase
3349 ** Repair start queue (e.g. next time use the next slot)
4012 ** Prepare the next negotiation message if needed.
4362 ** insert next CCBs into start queue.
5905 ** the next instruction where it's looking
7046 ** Move to next available tag if tag used.
7238 ** Jump to next tcb if SFBR does not match this target.
7239 ** JUMP IF (SFBR != #target#), @(next tcb)
7364 ** Jump to next lcb if SFBR does not match this lun.
7368 ** JUMP IF (SFBR != #lun#), @(next lcb)