OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_instr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/microcode/aic7xxx/
aicasm.c
739
struct instruction *
new_instr
;
local in function:seq_alloc
741
new_instr
= (struct instruction *)malloc(sizeof(struct instruction));
742
if (
new_instr
== NULL)
744
memset(
new_instr
, 0, sizeof(*
new_instr
));
745
STAILQ_INSERT_TAIL(&seq_program,
new_instr
, links);
746
new_instr
->srcline = yylineno;
747
return
new_instr
;
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025