Home
last modified time | relevance | path

Searched refs:write (Results 1 – 15 of 15) sorted by relevance

/xv6-public/
H A Dusertests.c202 if(write(fd, buf, 512) != 512){ in writetest1()
379 if(write(pfds[1], "x", 1) != 1) in preempt()
667 write(fd, "hello", 5); in unlinkread()
681 write(fd1, "yyy", 3); in unlinkread()
692 if(write(fd, buf, 10) != 10){ in unlinkread()
716 if(write(fd, "hello", 5) != 5){ in linktest()
952 write(fd, "ff", 2); in subdir()
970 write(fd, "FF", 2); in subdir()
1134 int cc = write(fd, buf, sz); in bigwrite()
1333 if(write(fd, "x", 1) > 0){ in dirfile()
[all …]
H A Dforktest.c13 write(fd, s, strlen(s)); in printf()
H A Dfile.h32 int (*write)(struct inode*, char*, int); member
H A Dcat.c13 if (write(1, buf, n) != n) { in cat()
H A Duser.h9 int write(int, const void*, int);
H A Dstressfs.c36 write(fd, data, sizeof(data)); in main()
H A Dusys.S16 SYSCALL(write)
H A Dprintf.c8 write(fd, &c, 1); in putc()
H A Dgrep.c25 write(1, p, q+1 - p); in grep()
H A DTRICKS101 to memory before the write of lk->locked = 0 in
103 will observe CPU0's write of lk->locked = 0 only
139 around the write to np->state. The acquire() prevents the
H A DNotes56 test pipe reader closes then write
67 per-fd lock *just* protects count read-modify-write
H A Dconsole.c293 devsw[CONSOLE].write = consolewrite; in consoleinit()
H A Dfs.c488 if(ip->major < 0 || ip->major >= NDEV || !devsw[ip->major].write) in writei()
490 return devsw[ip->major].write(ip, src, n); in writei()
H A Dmkfs.c177 if(write(fsfd, buf, BSIZE) != BSIZE){ in wsect()
H A Ddot-bochsrc13 # command. If you do not write a config_interface line, Bochs will
29 # If you do not write a display_library line, Bochs will choose a default for
468 # log: The file to write the sb16 emulator messages to.
609 # vnet: ARP, ICMP-echo(ping), DHCP and read/write TFTP are simulated.