OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skip_addr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.c
87
int *
skip_addr
, int *func_vals);
538
int
skip_addr
;
local
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/
aic7xxx.c
236
u_int start_instr, u_int *
skip_addr
);
6289
u_int
skip_addr
;
local
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
6447
skip_addr
= 0;
6449
ahc_check_patch(ahc, &cur_patch, i, &
skip_addr
);
[
all
...]
aic79xx.c
226
u_int start_instr, u_int *
skip_addr
);
8266
u_int
skip_addr
;
local
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
8457
skip_addr
= 0;
8461
ahd_check_patch(ahd, &cur_patch, i, &
skip_addr
);
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026