/src/sys/dev/microcode/aic7xxx/ |
aicasm.c | 87 int *skip_addr, int *func_vals); 538 int skip_addr; local in function:output_listing 543 skip_addr = 0; 616 &skip_addr, func_values) == 0) { 654 int *skip_addr, int *func_vals) 665 *skip_addr = start_instr + cur_patch->skip_instr; 680 if (start_instr < *skip_addr)
|
/src/sys/dev/ic/ |
aic79xx.c | 226 u_int start_instr, u_int *skip_addr); 8266 u_int skip_addr; local in function:ahd_loadseq 8355 skip_addr = 0; 8361 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) { 8413 u_int start_instr, u_int *skip_addr) 8428 *skip_addr = start_instr + cur_patch->skip_instr; 8440 if (start_instr < *skip_addr) 8452 u_int skip_addr; local in function:ahd_resolve_seqaddr 8457 skip_addr = 0; 8461 ahd_check_patch(ahd, &cur_patch, i, &skip_addr); [all...] |
aic7xxx.c | 236 u_int start_instr, u_int *skip_addr); 6289 u_int skip_addr; local in function:ahc_loadseq 6318 skip_addr = 0; 6324 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) { 6375 u_int start_instr, u_int *skip_addr) 6390 *skip_addr = start_instr + cur_patch->skip_instr; 6402 if (start_instr < *skip_addr) 6440 u_int skip_addr; local in function:ahc_download_instr 6447 skip_addr = 0; 6449 ahc_check_patch(ahc, &cur_patch, i, &skip_addr); [all...] |