Home
last modified time | relevance | path

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

/xv6-public/
H A Dstring.c5 memset(void *dst, int c, uint n) in memset()
16 memcmp(const void *v1, const void *v2, uint n) in memcmp()
32 memmove(void *dst, const void *src, uint n) in memmove()
53 memcpy(void *dst, const void *src, uint n) in memcpy()
59 strncmp(const char *p, const char *q, uint n) in strncmp()
69 strncpy(char *s, const char *t, int n) in strncpy()
83 safestrcpy(char *s, const char *t, int n) in safestrcpy()
99 int n; in strlen() local
H A Dulib.c29 int n; in strlen() local
37 memset(void *dst, int c, uint n) in memset()
71 stat(const char *n, struct stat *st) in stat()
87 int n; in atoi() local
96 memmove(void *vdst, const void *vsrc, int n) in memmove()
H A Dsyscall.c50 argint(int n, int *ip) in argint()
59 argptr(int n, char **pp, int size) in argptr()
77 argstr(int n, char **pp) in argstr()
H A Dsysproc.c49 int n; in sys_sbrk() local
62 int n; in sys_sleep() local
H A Dcat.c10 int n; in cat() local
H A Dpipe.c79 pipewrite(struct pipe *p, char *addr, int n) in pipewrite()
101 piperead(struct pipe *p, char *addr, int n) in piperead()
H A Dforktest.c19 int n, pid; in forktest() local
H A Dfile.c97 fileread(struct file *f, char *addr, int n) in fileread()
118 filewrite(struct file *f, char *addr, int n) in filewrite()
H A Dwc.c10 int i, n; in wc() local
H A Dsysfile.c22 argfd(int n, int *pfd, struct file **pf) in argfd()
73 int n; in sys_read() local
85 int n; in sys_write() local
H A Dgrep.c13 int n, m; in grep() local
H A Dusertests.c190 int i, fd, n; in writetest1() local
309 int seq, i, n, cc, total; in pipe1() local
467 int fd, pid, i, n, nc, np; in sharedfd() local
520 int fd, pid, i, j, n, total, pi; in fourfiles() local
768 int i, pid, n, fd; in concreate() local
1382 int n, pid; in forktest() local
H A Dconsole.c236 consoleread(struct inode *ip, char *dst, int n) in consoleread()
274 consolewrite(struct inode *ip, char *buf, int n) in consolewrite()
H A Dvm.c200 uint i, pa, n; in loaduvm() local
369 uint n, va0; in copyout() local
H A Dlog.c35 int n; member
H A Dfs.c453 readi(struct inode *ip, char *dst, uint off, uint n) in readi()
482 writei(struct inode *ip, char *src, uint off, uint n) in writei()
H A Dmkfs.c256 iappend(uint inum, void *xp, int n) in iappend()
H A Dproc.c159 growproc(int n) in growproc()