Home
last modified time | relevance | path

Searched defs:p (Results 1 – 18 of 18) sorted by relevance

/xv6-public/
H A Dproc.c60 struct proc *p; in myproc() local
76 struct proc *p; in allocproc() local
123 struct proc *p; in userinit() local
231 struct proc *p; in exit() local
275 struct proc *p; in wait() local
325 struct proc *p; in scheduler() local
369 struct proc *p = myproc(); in sched() local
420 struct proc *p = myproc(); in sleep() local
460 struct proc *p; in wakeup1() local
482 struct proc *p; in kill() local
[all …]
H A Dpipe.c25 struct pipe *p; in pipealloc() local
60 pipeclose(struct pipe *p, int writable) in pipeclose()
79 pipewrite(struct pipe *p, char *addr, int n) in pipewrite()
101 piperead(struct pipe *p, char *addr, int n) in piperead()
H A Dumalloc.c27 Header *bp, *p; in free() local
49 char *p; in morecore() local
66 Header *p, *prevp; in malloc() local
H A Dls.c10 char *p; in fmtname() local
28 char buf[512], *p; in ls() local
H A Dmp.c33 uchar *e, *p, *addr; in mpsearch1() local
52 uint p; in mpsearch() local
94 uchar *p, *e; in mpinit() local
H A Dmemide.c41 uchar *p; in iderw() local
H A Duart.c22 char *p; in uartinit() local
H A Dgrep.c14 char *p, *q; in grep() local
H A Dkalloc.c49 char *p; in freerange() local
H A Dstring.c59 strncmp(const char *p, const char *q, uint n) in strncmp()
H A Dulib.c19 strcmp(const char *p, const char *q) in strcmp()
H A Dsysfile.c74 char *p; in sys_read() local
86 char *p; in sys_write() local
H A Dvm.c157 switchuvm(struct proc *p) in switchuvm()
366 copyout(pde_t *pgdir, uint va, void *p, uint len) in copyout()
H A Dx86.h63 lgdt(struct segdesc *p, int size) in lgdt()
77 lidt(struct gatedesc *p, int size) in lidt()
H A Dusertests.c1418 char *a, *b, *c, *lastaddr, *oldbrk, *p, scratch; in sbrktest() local
1550 validateint(int *p) in validateint()
1566 uint p; in validatetest() local
H A Dmkfs.c258 char *p = (char*)xp; in iappend() local
H A Dmmu.h33 uint p : 1; // Present member
156 uint p : 1; // Present member
H A Dsh.c60 int p[2]; in runcmd() local