HomeSort by: relevance | last modified time | path
    Searched defs:scbp_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 7457 struct scb *scbp_next; local in function:ahd_abort_scbs
7524 scbp_next = LIST_FIRST(&ahd->pending_scbs);
7525 while (scbp_next != NULL) {
7526 scbp = scbp_next;
7527 scbp_next = LIST_NEXT(scbp, pending_links);
aic7xxx.c 5762 struct scb *scbp_next; local in function:ahc_abort_scbs
5865 scbp_next = LIST_FIRST(&ahc->pending_scbs);
5866 while (scbp_next != NULL) {
5867 scbp = scbp_next;
5868 scbp_next = LIST_NEXT(scbp, pending_links);

Completed in 23 milliseconds