| plan 9 kernel history: overview | file list | diff list |
1993/1103/port/cache.c (diff list | history)
| 1993/1028/sys/src/9/port/cache.c:80,85 – 1993/1103/sys/src/9/port/cache.c:80,86 (short | long | prev | next) | ||
| 1993/1017 | ptpath(c->path, buf, sizeof(buf)); | |
| 1993/1018 | nb = 0; ct = 1; | |
| 1993/1103 | o = 0; | |
| 1993/1018 | if(m->list) o = m->list->start; for(e = m->list; e; e = e->next) { | |
| 1993/1028/sys/src/9/port/cache.c:92,98 – 1993/1103/sys/src/9/port/cache.c:93,99 | ||
| 1993/1018 | s, m->path, m->vers, m->type, m->dev, buf, 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", | |
| 1993/1014 | e->bid, e->start, e->len, e->cache); | |
| 1993/1018 | } | |
| 1993/1014 | } | |