| plan 9 kernel history: overview | file list | diff list |
1990/09051/power/fns.h (diff list | history)
| power/fns.h on 1990/0227 | ||
| 1990/0227 | Alarm *alarm(int, void (*)(Alarm*), void*); void alarminit(void); Block *allocb(ulong); void append(List**, List*); | |
| 1990/0424 | void arginit(void); | |
| 1990/0227 | void cancel(Alarm*); int canlock(Lock*); int canqlock(QLock*); void chaninit(void); void chandevreset(void); void chandevinit(void); | |
| 1990/0731 | void clock(ulong, ulong); | |
| 1990/0227 | void clockinit(void); Chan *clone(Chan*, Chan*); void close(Chan*); void closemount(Mount*); void closepgrp(Pgrp*); long clrfpintr(void); | |
| 1990/0802 | int compactpte(Orig*, ulong); | |
| 1990/0504 | ulong confeval(char*); void confprint(void); | |
| 1990/0227 | void confinit(void); | |
| 1990/0504 | void confread(void); void confset(char*); | |
| 1990/0227 | int consactive(void); int conschar(void); void consoff(void); int consputc(int); Env *copyenv(Env*, int); int decref(Ref*); void delay(int); void delete(List**, List*, List*); void delete0(List**, List*); Chan *devattach(int, char*); Chan *devclone(Chan*, Chan*); void devdir(Chan*, long, char*, long, long, Dir*); long devdirread(Chan*, char*, long, Dirtab*, int, Devgen*); Devgen devgen; int devno(int, int); Chan* devopen(Chan*, int, Dirtab*, int, Devgen*); void devstat(Chan*, char*, Dirtab*, int, Devgen*); int devwalk(Chan*, char*, Dirtab*, int, Devgen*); void duartinit(void); void duartintr(void); int duartputc(int); void duartreset(void); void duartxmit(int); void dumpregs(Ureg*); void dumpstack(void); int eqchan(Chan*, Chan*, long); void envpgclose(Env*); void error(Chan*, int); void evenaddr(ulong); void exit(void); void fault(Ureg*, int, int); | |
| 1990/08141 | void fdclose(int); | |
| 1990/0227 | Chan* fdtochan(int, int); void firmware(void); void flowctl(Queue*); void flushmmu(void); void forkmod(Seg*, Seg*, Proc*); void freeb(Block*); void freepage(Orig*); void freepte(Orig*); void freesegs(int); void freealarm(Alarm*); Block *getb(Blist*); | |
| 1990/0312 | int getfields(char*, char**, int, char); | |
| 1990/0227 | Block *getq(Queue*); void gettlb(int, ulong*); ulong gettlbvirt(int); void gotolabel(Label*); | |
| 1990/0424 | void gotopc(ulong); | |
| 1990/0227 | void growpte(Orig*, ulong); void *ialloc(ulong, int); | |
| 1990/0504 | void icflush(void *, int); | |
| 1990/0227 | int incref(Ref*); void insert(List**, List*, List*); | |
| 1990/0731 | void intr(ulong, ulong); | |
| 1990/0826 | void ioboardid(void); void ioboardinit(void); | |
| 1990/0227 | void isdir(Chan*); void kbdchar(int); void kproc(char*, void(*)(void*), void*); | |
| 1990/0826 | void lance3intr(void); | |
| 1990/0227 | void launchinit(void); void lancereset(void); void lanceinit(void); void lanceintr(void); void lanceparity(void); void lanceinit(void); void launch(int); void lights(int); void lock(Lock*); void lockinit(void); Orig *lookorig(ulong, ulong, int, Chan*); void machinit(void); void mapstack(Proc*); int mount(Chan*, Chan*, int); | |
| 1990/0905 | void mpbuserror(void); | |
| 1990/0227 | Chan *namec(char*, int, int, ulong); void nexterror(void); Alarm *newalarm(void); Chan *newchan(void); PTE *newmod(void); Mount *newmount(void); Orig *neworig(ulong, ulong, int, Chan*); Page *newpage(int, Orig*, ulong); Pgrp *newpgrp(void); Proc *newproc(void); | |
| 1990/0321 | void newqinfo(Qinfo*); | |
| 1990/0227 | char *nextelem(char*, char*); void newstart(void); int newtlbpid(Proc*); | |
| 1990/0629 | int nonetcksum(Block*, int); void nonetfreeifc(Noifc*); Noifc* nonetnewifc(Queue*, Stream*, int, int, int, void (*)(Noconv*, char*)); void nonetrcvmsg(Noconv*, Block*); | |
| 1990/0227 | void novme(int); void nullput(Queue*, Block*); void online(void); int openmode(ulong); void pageinit(void); void panic(char*, ...); void pexit(char*, int); void pgrpcpy(Pgrp*, Pgrp*); void pgrpinit(void); int postnote(Proc*, int, char*, int); int pprint(char*, ...); | |
| 1990/0312 | Block *prepend(Block*, int); | |
| 1990/0227 | void prflush(void); void printinit(void); void printslave(void); void procinit0(void); Proc *proctab(int); void purgetlb(int); Queue* pushq(Stream*, Qinfo*); void putmmu(ulong, ulong); void puttlb(ulong, ulong); void puttlbx(int, ulong, ulong); int putb(Blist*, Block*); | |
| 1990/0312 | void putbq(Blist*, Block*); | |
| 1990/0227 | int putq(Queue*, Block*); void putstrn(char*, long); ulong pwait(Waitmsg*); | |
| 1990/0720 | int readlog(ulong, char*, ulong); | |
| 1990/0227 | int readnum(ulong, char*, ulong, ulong, int); void ready(Proc*); void rooterrstr(Error*, char*); void qlock(QLock*); void qunlock(QLock*); void restfpregs(FPsave*); int return0(void*); Proc *runproc(void); void savefpregs(FPsave*); void sched(void); void schedinit(void); long seconds(void); Seg *seg(Proc*, ulong); int segaddr(Seg*, ulong, ulong); int setlabel(Label*); void setvmevec(int, void (*)(int)); | |
| 1990/09051 | void sinit(void); | |
| 1990/0227 | char* skipslash(char*); void sleep(Rendez*, int(*)(void*), void*); | |
| 1990/09051 | uchar* smap(int, uchar*); | |
| 1990/0227 | int splhi(void); int spllo(void); void splx(int); | |
| 1990/09051 | void sunmap(int, uchar*); | |
| 1990/0227 | Devgen streamgen; void streamclose(Chan*); | |
| 1990/0629 | int streamenter(Stream*); void streamexit(Stream*, int); | |
| 1990/0227 | void streaminit(void); long streamread(Chan*, void*, long); | |
| 1990/0312 | long streamwrite(Chan*, void*, long, int); | |
| 1990/0227 | Stream* streamnew(Chan*, Qinfo*); void streamopen(Chan*, Qinfo*); int streamparse(char*, Block*); | |
| 1990/0801 | void streamstat(Chan*, char*, char*); | |
| 1990/0227 | long stringread(Chan*, void*, long, char*); long syscall(Ureg*); | |
| 1990/0718 | void sysloginit(void); void syslog(char*, int); | |
| 1990/0227 | void tlbinit(void); | |
| 1990/0427 | void touser(void *); | |
| 1990/0227 | void tsleep(Rendez*, int (*)(void*), void*, int); void twakeme(Alarm*); void unlock(Lock*); | |
| 1990/0801 | void unusepage(Page*, int); | |
| 1990/0227 | void usepage(Page*, int); void userinit(void); | |
| 1990/0717 | void urpreset(void); | |
| 1990/0227 | void validaddr(ulong, ulong, int); void vecinit(void); void vector80(void); void* vmemchr(void*, int, int); void wakeme(Alarm*); void wakeup(Rendez*); void wbflush(void); #define waserror() setlabel(&u->errlab[u->nerrlab++]) #define poperror() u->nerrlab-- | |