start_instr       250 dev/ic/aic79xx.c 					u_int start_instr, u_int *skip_addr);
start_instr      8624 dev/ic/aic79xx.c 		u_int start_instr, u_int *skip_addr)
start_instr      8634 dev/ic/aic79xx.c 	while (cur_patch < last_patch && start_instr == cur_patch->begin) {
start_instr      8639 dev/ic/aic79xx.c 			*skip_addr = start_instr + cur_patch->skip_instr;
start_instr      8651 dev/ic/aic79xx.c 	if (start_instr < *skip_addr)
start_instr       233 dev/ic/aic7xxx.c 					u_int start_instr, u_int *skip_addr);
start_instr      6278 dev/ic/aic7xxx.c 		u_int start_instr, u_int *skip_addr)
start_instr      6288 dev/ic/aic7xxx.c 	while (cur_patch < last_patch && start_instr == cur_patch->begin) {
start_instr      6293 dev/ic/aic7xxx.c 			*skip_addr = start_instr + cur_patch->skip_instr;
start_instr      6305 dev/ic/aic7xxx.c 	if (start_instr < *skip_addr)
start_instr        84 dev/microcode/aic7xxx/aicasm.c static int check_patch(patch_t **start_patch, int start_instr,
start_instr       653 dev/microcode/aic7xxx/aicasm.c check_patch(patch_t **start_patch, int start_instr,
start_instr       660 dev/microcode/aic7xxx/aicasm.c 	while (cur_patch != NULL && start_instr == cur_patch->begin) {
start_instr       665 dev/microcode/aic7xxx/aicasm.c 			*skip_addr = start_instr + cur_patch->skip_instr;
start_instr       680 dev/microcode/aic7xxx/aicasm.c 	if (start_instr < *skip_addr)