Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aic79xx.c | 5611 struct scb *first_scb; local in function:ahd_add_col_list 5617 first_scb = LIST_FIRST(free_list); 5618 if (first_scb != NULL) { 5619 LIST_INSERT_AFTER(first_scb, scb, collision_links); 5631 struct scb *first_scb; local in function:ahd_rem_col_list 5638 first_scb = LIST_FIRST(free_list); 5639 if (first_scb == scb) { |
aic79xx.c | 5611 struct scb *first_scb; local in function:ahd_add_col_list 5617 first_scb = LIST_FIRST(free_list); 5618 if (first_scb != NULL) { 5619 LIST_INSERT_AFTER(first_scb, scb, collision_links); 5631 struct scb *first_scb; local in function:ahd_rem_col_list 5638 first_scb = LIST_FIRST(free_list); 5639 if (first_scb == scb) { |