| plan 9 kernel history: overview | file list | diff list |
1991/0427/port/devmnt.c (diff list | history)
| 1991/0426/sys/src/9/port/devmnt.c:353,358 – 1991/0427/sys/src/9/port/devmnt.c:353,359 (short | long | prev | next) | ||
| 1990/0227 | nc->flag = c->flag; nc->offset = c->offset; nc->mnt = c->mnt; | |
| 1991/0427 | nc->mountid = c->mountid; | |
| 1991/0421 | nc->aux = c->aux; nc->mntindex = c->mntindex; | |
| 1990/0303 | nc->mchan = c->mchan; | |
| 1991/0426/sys/src/9/port/devmnt.c:390,439 – 1991/0427/sys/src/9/port/devmnt.c:391,396 | ||
| 1990/0227 | return found; } | |
| 1991/0414 |
| |
| 1991/0425 |
| |
| 1991/0421 |
| |
| 1991/0414 |
| |
| 1991/0425 |
| |
| 1991/0426 |
| |
| 1991/0425 |
| |
| 1991/0426 |
| |
| 1991/0425 |
| |
| 1991/0426 |
| |
| 1991/0414 |
| |
| 1990/0227 | void mntstat(Chan *c, char *dp) { | |
| 1991/0426/sys/src/9/port/devmnt.c:784,790 – 1991/0427/sys/src/9/port/devmnt.c:741,747 | ||
| 1990/0604 | print("type mismatch %d %d\n", mh->rhdr.type, mh->thdr.type+1); | |
| 1990/11211 | error(Ebadmsg); | |
| 1990/0511 | } | |
| 1991/0426 |
| |
| 1991/0427 | if(mh->rhdr.fid != mh->thdr.fid){ | |
| 1990/0604 | print("fid mismatch %d %d type %d\n", mh->rhdr.fid, mh->thdr.fid, mh->rhdr.type); | |
| 1990/11211 | error(Ebadmsg); | |
| 1990/0511 | } | |