| plan 9 kernel history: overview | file list | diff list |
1992/0522/port/devboot.c (diff list | history)
| 1992/0321/sys/src/9/port/devboot.c:32,38 – 1992/0522/sys/src/9/port/devboot.c:32,38 (short | long | prev | next) | ||
| 1990/0424 | Chan* bootattach(char *spec) { | |
| 1992/0522 | return devattach('B', spec); | |
| 1990/0424 | } Chan* | |
| 1992/0321/sys/src/9/port/devboot.c:81,86 – 1992/0522/sys/src/9/port/devboot.c:81,87 | ||
| 1990/0424 | } | |
| 1990/11211 | error(Egreg); | |
| 1992/0522 | return 0; /* not reached */ | |
| 1990/0424 | } long | |
| 1992/0321/sys/src/9/port/devboot.c:108,113 – 1992/0522/sys/src/9/port/devboot.c:109,115 | ||
| 1990/0424 | } | |
| 1990/1127 | print("bootwrite: bad path %d\n", c->qid.path); | |
| 1990/11211 | error(Ebadarg); | |
| 1992/0522 | return 0; /* not reached */ | |
| 1990/0424 | } void | |