list_scb 5695 dev/ic/aic79xx.c struct scb *list_scb; list_scb 5697 dev/ic/aic79xx.c list_scb = scb; list_scb 5699 dev/ic/aic79xx.c if (SCB_GET_TAG(list_scb) == tag) list_scb 5700 dev/ic/aic79xx.c return (list_scb); list_scb 5701 dev/ic/aic79xx.c list_scb = LIST_NEXT(list_scb, collision_links); list_scb 5702 dev/ic/aic79xx.c } while (list_scb); list_scb 8949 dev/ic/aic79xx.c struct scb *list_scb; list_scb 8951 dev/ic/aic79xx.c list_scb = scb; list_scb 8953 dev/ic/aic79xx.c printf("%d ", SCB_GET_TAG(list_scb)); list_scb 8954 dev/ic/aic79xx.c list_scb = LIST_NEXT(list_scb, collision_links); list_scb 8955 dev/ic/aic79xx.c } while (list_scb && i++ < AHD_SCB_MAX); list_scb 9141 dev/ic/aic79xx.c struct scb *scb, *list_scb; list_scb 9171 dev/ic/aic79xx.c LIST_FOREACH(list_scb, &ahd->pending_scbs, pending_links) { list_scb 9172 dev/ic/aic79xx.c if (list_scb->xs) list_scb 9173 dev/ic/aic79xx.c timeout_del(&list_scb->xs->stimeout); list_scb 633 dev/ic/aic7xxx_openbsd.c struct scb *scb, *list_scb; list_scb 659 dev/ic/aic7xxx_openbsd.c LIST_FOREACH(list_scb, &ahc->pending_scbs, pending_links) { list_scb 660 dev/ic/aic7xxx_openbsd.c if (list_scb->xs) list_scb 661 dev/ic/aic7xxx_openbsd.c timeout_del(&list_scb->xs->stimeout);