| plan 9 kernel history: overview | file list | diff list |
1991/0905/pc/fns.h (diff list | history)
| pc/fns.h on 1991/0703 | ||
| 1991/0703 | #include "../port/portfns.h" | |
| 1991/0827 | void meminit(void); | |
| 1991/0711 | #define clearmmucache() /* 386 doesn't have one */ | |
| 1991/0706 | void clock(Ureg*); | |
| 1991/0705 | void clockinit(void); | |
| 1991/0808 | void config(int); | |
| 1991/0702 | void delay(int); | |
| 1991/0802 | void dmaend(int); long dmasetup(int, void*, long, int); | |
| 1991/0711 | #define evenaddr(x) /* 386 doesn't care */ | |
| 1991/0710 | void fault386(Ureg*); | |
| 1991/0718 | void faultinit(void); | |
| 1991/0808 | void fclock(Ureg*); void fclockinit(void); | |
| 1991/0711 | #define flushvirt(); | |
| 1991/0716 | void fpsave(FPsave*); void fprestore(FPsave*); | |
| 1991/0718 | ulong getcr2(void); | |
| 1991/0706 | void idle(void); | |
| 1991/0702 | int inb(int); | |
| 1991/0809 | void inss(int, void*, int); | |
| 1991/0703 | void kbdinit(void); | |
| 1991/0808 | int mail(int); | |
| 1991/0706 | void mmuinit(void); | |
| 1991/0702 | void outb(int, int); | |
| 1991/0809 | void outss(int, void*, int); | |
| 1991/0808 | int owl(int); | |
| 1991/0702 | void prhex(ulong); | |
| 1991/0717 | void procrestore(Proc*, uchar*); void procsave(uchar*, int); void procsetup(Proc*); | |
| 1991/0718 | void putgdt(Segdesc*, int); void putidt(Segdesc*, int); void putcr3(ulong); void puttr(ulong); | |
| 1991/0703 | void screeninit(void); | |
| 1991/0702 | void screenputc(int); void screenputs(char*, int); | |
| 1991/0803 | int serial(int); | |
| 1991/0716 | void setvec(int, void (*)(Ureg*)); | |
| 1991/0703 | void systrap(void); | |
| 1991/0711 | void touser(void); | |
| 1991/0703 | void trapinit(void); int tas(Lock*); | |
| 1991/0808 | void uartintr0(Ureg*); | |
| 1991/0723 | void vgainit(void); | |
| 1991/0710 | #define waserror() (u->nerrlab++, setlabel(&u->errlab[u->nerrlab-1])) | |