| plan 9 kernel history: overview | file list | diff list |
1991/0711/pc/fns.h (diff list | history)
| 1991/0710/sys/src/9/pc/fns.h:1,13 – 1991/0711/sys/src/9/pc/fns.h:1,15 (short | long | prev | next) | ||
| 1991/0703 | #include "../port/portfns.h" | |
| 1991/0711 | #define clearmmucache() /* 386 doesn't have one */ | |
| 1991/0706 | void clock(Ureg*); | |
| 1991/0705 | void clockinit(void); | |
| 1991/0702 | void delay(int); | |
| 1991/0711 | #define evenaddr(x) /* 386 doesn't care */ | |
| 1991/0710 | void fault386(Ureg*); | |
| 1991/0706 | void floppyinit(void); void floppyintr(Ureg*); | |
| 1991/0709 |
| |
| 1991/0711 | long floppyseek(int, ulong); #define flushvirt(); | |
| 1991/0706 | void idle(void); | |
| 1991/0702 | int inb(int); | |
| 1991/0703 | void intr0(void); | |
| 1991/0710/sys/src/9/pc/fns.h:43,53 – 1991/0711/sys/src/9/pc/fns.h:45,59 | ||
| 1991/0706 | void mmuinit(void); | |
| 1991/0702 | void outb(int, int); void prhex(ulong); | |
| 1991/0711 | #define procrestore(x,y) #define procsave(x,y) #define procsetup(p) ((p)->fpstate = FPinit) | |
| 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); | |
| 1991/0711 | void touser(void); | |
| 1991/0703 | void trapinit(void); int tas(Lock*); | |
| 1991/0710 | #define waserror() (u->nerrlab++, setlabel(&u->errlab[u->nerrlab-1])) | |