/src/sys/dev/microcode/aic7xxx/ |
aicasm.c | 356 patch_t *cur_patch; local in function:output_code 429 for (cur_patch = STAILQ_FIRST(&patches); 430 cur_patch != NULL; 431 cur_patch = STAILQ_NEXT(cur_patch,links)) { 433 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", 435 cur_patch->patch_func, cur_patch->begin, 436 cur_patch->skip_instr, cur_patch->skip_patch) 531 patch_t *cur_patch; local in function:output_listing 656 patch_t *cur_patch; local in function:check_patch [all...] |
/src/sys/dev/ic/ |
aic79xx.c | 8261 const struct patch *cur_patch; local in function:ahd_loadseq 8353 cur_patch = patches; 8361 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) { 8415 const struct patch *cur_patch; local in function:ahd_check_patch 8421 cur_patch = *start_patch; 8423 while (cur_patch < last_patch && start_instr == cur_patch->begin) { 8425 if (cur_patch->patch_func(ahd) == 0) { 8428 *skip_addr = start_instr + cur_patch->skip_instr; 8429 cur_patch += cur_patch->skip_patch 8450 const struct patch *cur_patch; local in function:ahd_resolve_seqaddr [all...] |
aic7xxx.c | 6284 const struct patch *cur_patch; local in function:ahc_loadseq 6316 cur_patch = patches; 6324 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) { 6377 const struct patch *cur_patch; local in function:ahc_check_patch 6383 cur_patch = *start_patch; 6385 while (cur_patch < last_patch && start_instr == cur_patch->begin) { 6387 if (cur_patch->patch_func(ahc) == 0) { 6390 *skip_addr = start_instr + cur_patch->skip_instr; 6391 cur_patch += cur_patch->skip_patch 6437 const struct patch *cur_patch; local in function:ahc_download_instr [all...] |