Home | History | Annotate | Download | only in hw

Lines Matching defs:last

108     SCSIRequest *last;
114 last = s->requests;
115 while (last && last->next != r)
116 last = last->next;
117 if (last) {
118 last->next = r->next;
755 /* Returned value is the address of the last sector. */
864 /* Returned value is the address of the last sector. */