| plan 9 kernel history: overview | file list | diff list |
1991/0710/pc/fns.h (diff list | history)
| pc/fns.h on 1991/0703 | ||
| 1991/0703 | #include "../port/portfns.h" | |
| 1991/0706 | void clock(Ureg*); | |
| 1991/0705 | void clockinit(void); | |
| 1991/0702 | void delay(int); | |
| 1991/0710 | void fault386(Ureg*); | |
| 1991/0706 | void floppyinit(void); void floppyintr(Ureg*); | |
| 1991/0709 | void floppystart(int); void floppystop(int); | |
| 1991/0706 | void idle(void); | |
| 1991/0702 | int inb(int); | |
| 1991/0703 | void intr0(void); void intr1(void); void intr2(void); void intr3(void); void intr4(void); void intr5(void); void intr6(void); void intr7(void); void intr8(void); void intr9(void); void intr10(void); void intr11(void); void intr12(void); void intr13(void); void intr14(void); void intr15(void); void intr16(void); | |
| 1991/0706 | void intr17(void); void intr18(void); void intr19(void); void intr20(void); void intr21(void); void intr22(void); void intr23(void); | |
| 1991/0710 | void intr64(void); | |
| 1991/0703 | void intrbad(void); void kbdinit(void); | |
| 1991/0706 | void kbdintr(Ureg*); | |
| 1991/0703 | void lgdt(Segdesc*, int); void lidt(Segdesc*, int); | |
| 1991/0706 | void mmuinit(void); | |
| 1991/0702 | void outb(int, int); void prhex(ulong); | |
| 1991/0703 | void screeninit(void); | |
| 1991/0702 | void screenputc(int); void screenputs(char*, int); | |
| 1991/0706 | void setvec(int, void (*)(Ureg*), int); | |
| 1991/0703 | void systrap(void); void trapinit(void); int tas(Lock*); | |
| 1991/0710 | #define waserror() (u->nerrlab++, setlabel(&u->errlab[u->nerrlab-1])) | |