| autoconf.c | 668 struct hppa_pdcmodule *nhm, *ahm; local in function:hppa_pdcmodule_create 694 TAILQ_FOREACH_REVERSE(ahm, &hppa_pdcmodule_list, hppa_pdcmodule_head, 700 if (ahm->hm_dp.dp_bc[j] != -1) 708 aid = (j == 6) ? ahm->hm_dp.dp_mod : ahm->hm_dp.dp_bc[j]; 720 if (ahm == NULL) 723 TAILQ_INSERT_AFTER(&hppa_pdcmodule_list, ahm, nhm, hm_link);
|