aic79xx.c | 5640 struct scb *next_scb; local in function:ahd_rem_col_list 5647 next_scb = LIST_NEXT(scb, collision_links); 5648 if (next_scb != NULL) { 5650 next_scb, links.tqe); 5744 struct scb *next_scb; local in function:ahd_alloc_scbs 5898 next_scb = malloc(sizeof(*next_scb), M_DEVBUF, M_WAITOK); 5899 if (next_scb == NULL) 5904 free(next_scb, M_DEVBUF); 5907 next_scb->platform_data = pdata [all...] |