start_instr       209 drivers/scsi/aic7xxx/aic79xx_core.c 					u_int start_instr, u_int *skip_addr);
start_instr      9461 drivers/scsi/aic7xxx/aic79xx_core.c 		u_int start_instr, u_int *skip_addr)
start_instr      9471 drivers/scsi/aic7xxx/aic79xx_core.c 	while (cur_patch < last_patch && start_instr == cur_patch->begin) {
start_instr      9476 drivers/scsi/aic7xxx/aic79xx_core.c 			*skip_addr = start_instr + cur_patch->skip_instr;
start_instr      9488 drivers/scsi/aic7xxx/aic79xx_core.c 	if (start_instr < *skip_addr)
start_instr       218 drivers/scsi/aic7xxx/aic7xxx_core.c 					u_int start_instr, u_int *skip_addr);
start_instr      6927 drivers/scsi/aic7xxx/aic7xxx_core.c 		u_int start_instr, u_int *skip_addr)
start_instr      6937 drivers/scsi/aic7xxx/aic7xxx_core.c 	while (cur_patch < last_patch && start_instr == cur_patch->begin) {
start_instr      6942 drivers/scsi/aic7xxx/aic7xxx_core.c 			*skip_addr = start_instr + cur_patch->skip_instr;
start_instr      6954 drivers/scsi/aic7xxx/aic7xxx_core.c 	if (start_instr < *skip_addr)
start_instr        82 drivers/scsi/aic7xxx/aicasm/aicasm.c static int check_patch(patch_t **start_patch, int start_instr,
start_instr       648 drivers/scsi/aic7xxx/aicasm/aicasm.c check_patch(patch_t **start_patch, int start_instr,
start_instr       655 drivers/scsi/aic7xxx/aicasm/aicasm.c 	while (cur_patch != NULL && start_instr == cur_patch->begin) {
start_instr       660 drivers/scsi/aic7xxx/aicasm/aicasm.c 			*skip_addr = start_instr + cur_patch->skip_instr;
start_instr       675 drivers/scsi/aic7xxx/aicasm/aicasm.c 	if (start_instr < *skip_addr)