| plan 9 kernel history: overview | file list | diff list |
1999/0629/port/cache.c (diff list | history)
| 1999/0508/sys/src/9/port/cache.c:128,136 – 1999/0629/sys/src/9/port/cache.c:128,134 (short | long | prev | next) | ||
| 1993/1018 | ulong o; int nb, ct; | |
| 1993/1014 | Extent *e; | |
| 1993/1017 |
| |
| 1993/1028 | ||
| 1993/1017 |
| |
| 1993/1018 | nb = 0; ct = 1; | |
| 1993/1103 | o = 0; | |
| 1999/0508/sys/src/9/port/cache.c:143,149 – 1999/0629/sys/src/9/port/cache.c:141,147 | ||
| 1993/1018 | o = e->start+e->len; } pprint("%s: 0x%lux.0x%lux %d %d %s (%d %c)\n", | |
| 1999/0629 | s, m->path, m->vers, m->type, m->dev, c->name, nb, ct ? 'C' : 'N'); | |
| 1993/1014 | ||
| 1993/1018 | for(e = m->list; e; e = e->next) { | |
| 1993/1103 | pprint("\t%4d %5d %4d %lux\n", | |