OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:traceindex
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mac68k/mac68k/
macrom.c
773
u_int32_t *
traceindex
;
local in function:dumptrace
776
traceindex
= traceloopptr + 1;
777
while (
traceindex
!= traceloopptr) {
778
printf(" %08x\n", *
traceindex
++);
779
if (
traceindex
== &traceloopend)
780
traceindex
= &traceloopstart[0];
Completed in 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025