Home
last modified time | relevance | path

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

/tests/
Dwritetest.c23 write(int fd, int i) in write() function
55 write(fd, i); in writetest()
/sys/include/
Dhandle.h24 int (*write)(Handle *, void *, uint64_t, uint64_t); // Write member
Ddisk.h19 int (*write)(Disk *, void *, SGArray *, DiskCB, void *); // Write member
Dvfs.h48 int (*write)(VNode *fn, void *buf, uint64_t off, uint64_t len); member
/sys/kern/
Dvfsuio.c81 hdl->write = VFSUIO_Write; in VFSUIO_Open()
Ddisk.c52 return disk->write(disk, buf, sga, cb, arg); in Disk_Write()
Dvfs.c200 return fn->op->write(fn, buf, off, len); in VFS_Write()
Dsyscall.c246 status = (handle->write)(handle, (void *)addr, off, length); in Syscall_Write()
/sys/dev/
Dconsole.c207 handle->write = &Console_Write; in Console_OpenHandle()
/lib/liblwip/src/include/lwip/
Dsockets.h366 #define write(a,b,c) lwip_write(a,b,c) macro
/sys/dev/x86/
Dide.c264 disk->write = IDE_Write; in IDE_Identify()
/sys/fs/o2fs/
Do2fs.c37 .write = O2FS_Write,
/lib/liblwip/doc/
Drawapi.txt13 model of execution is based on the blocking open-read-write-close
497 remain unchanged until sent. Because the send- (or write-)functions return
/lib/liblwip/
DCHANGELOG883 not implemented in SNMP): write-only or not-accessible are still
1238 * api_msg.c api.h: BUG26722: initialise netconn write variables
1639 * opt.h, mib2.c: Patch #6215: added ifAdminStatus write support (if explicitly
1660 layer. This option enable to delayed TCP PUSH flag on multiple "write" calls.
1661 Note that previous "copy" parameter for "write" APIs is now called "apiflags".
1957 \ extern "C" {' in all header files. Now you can write your application using
/docs/
DDoxyfile2106 # Note: WordPad (write) and others do not support links.