OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_patch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.c
498
patch_t *
new_patch
;
local in function:emit_patch
506
new_patch
= (patch_t *)malloc(sizeof(*
new_patch
));
508
if (
new_patch
== NULL)
511
memset(
new_patch
, 0, sizeof(*
new_patch
));
514
new_patch
->patch_func = scope->func_num;
515
new_patch
->begin = scope->begin_addr;
517
new_patch
->patch_func = 0;
518
new_patch
->begin = scope->end_addr
[
all
...]
aicasm.c
498
patch_t *
new_patch
;
local in function:emit_patch
506
new_patch
= (patch_t *)malloc(sizeof(*
new_patch
));
508
if (
new_patch
== NULL)
511
memset(
new_patch
, 0, sizeof(*
new_patch
));
514
new_patch
->patch_func = scope->func_num;
515
new_patch
->begin = scope->begin_addr;
517
new_patch
->patch_func = 0;
518
new_patch
->begin = scope->end_addr
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025