first_scb 5823 dev/ic/aic79xx.c struct scb *first_scb; first_scb 5829 dev/ic/aic79xx.c first_scb = LIST_FIRST(free_list); first_scb 5830 dev/ic/aic79xx.c if (first_scb != NULL) { first_scb 5831 dev/ic/aic79xx.c LIST_INSERT_AFTER(first_scb, scb, collision_links); first_scb 5843 dev/ic/aic79xx.c struct scb *first_scb; first_scb 5850 dev/ic/aic79xx.c first_scb = LIST_FIRST(free_list); first_scb 5851 dev/ic/aic79xx.c if (first_scb == scb) {