2006-09-08 15:53:18 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2006-09-08 16:36:56 +02:00
|
|
|
The source listing is preceded by a cross-reference that lists every defined
|
2006-09-08 15:53:18 +02:00
|
|
|
constant, struct, global variable, and function in xv6. Each entry gives,
|
|
|
|
on the same line as the name, the line number (or, in a few cases, numbers)
|
|
|
|
where the name is defined. Successive lines in an entry list the line
|
|
|
|
numbers where the name is used. For example, this entry:
|
|
|
|
|
2006-09-08 17:39:24 +02:00
|
|
|
namei 4610
|
|
|
|
0333 4610 4709 4758
|
|
|
|
4808 4857 4866 5264
|
|
|
|
5277 5362 5410 5490
|
2006-09-08 15:53:18 +02:00
|
|
|
|
2006-09-08 17:39:24 +02:00
|
|
|
indicates that namei is defined on line 4610 and is mentioned on twelve lines
|
|
|
|
on sheets 03, 46, 47, 48, 52, 53, and 54.
|