OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_patch
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.c
356
patch_t *
cur_patch
;
local
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
656
patch_t *
cur_patch
;
local
[
all
...]
/src/sys/dev/ic/
aic7xxx.c
6284
const struct patch *
cur_patch
;
local
6316
cur_patch
= patches;
6324
if (ahc_check_patch(ahc, &
cur_patch
, i, &skip_addr) == 0) {
6377
const struct patch *
cur_patch
;
local
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
[
all
...]
aic79xx.c
8261
const struct patch *
cur_patch
;
local
8353
cur_patch
= patches;
8361
if (ahd_check_patch(ahd, &
cur_patch
, i, &skip_addr) == 0) {
8415
const struct patch *
cur_patch
;
local
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
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026