OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ncr5380_traceidx
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
ncr5380sbc.c
2434
int
ncr5380_traceidx
= 0;
variable in typeref:typename:int
2450
tr = &ncr5380_tracebuf[
ncr5380_traceidx
];
2452
ncr5380_traceidx
++;
2453
if (
ncr5380_traceidx
>= TRACE_MAX)
2454
ncr5380_traceidx
= 0;
2467
ncr5380_traceidx
= 0;
2477
idx =
ncr5380_traceidx
;
2485
} while (idx !=
ncr5380_traceidx
);
Completed in 13 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025