Searched refs:write (Results 1 – 15 of 15) sorted by relevance
/tests/ |
D | writetest.c | 23 write(int fd, int i) in write() function 55 write(fd, i); in writetest()
|
/sys/include/ |
D | handle.h | 24 int (*write)(Handle *, void *, uint64_t, uint64_t); // Write member
|
D | disk.h | 19 int (*write)(Disk *, void *, SGArray *, DiskCB, void *); // Write member
|
D | vfs.h | 48 int (*write)(VNode *fn, void *buf, uint64_t off, uint64_t len); member
|
/sys/kern/ |
D | vfsuio.c | 81 hdl->write = VFSUIO_Write; in VFSUIO_Open()
|
D | disk.c | 52 return disk->write(disk, buf, sga, cb, arg); in Disk_Write()
|
D | vfs.c | 200 return fn->op->write(fn, buf, off, len); in VFS_Write()
|
D | syscall.c | 246 status = (handle->write)(handle, (void *)addr, off, length); in Syscall_Write()
|
/sys/dev/ |
D | console.c | 207 handle->write = &Console_Write; in Console_OpenHandle()
|
/lib/liblwip/src/include/lwip/ |
D | sockets.h | 366 #define write(a,b,c) lwip_write(a,b,c) macro
|
/sys/dev/x86/ |
D | ide.c | 264 disk->write = IDE_Write; in IDE_Identify()
|
/sys/fs/o2fs/ |
D | o2fs.c | 37 .write = O2FS_Write,
|
/lib/liblwip/doc/ |
D | rawapi.txt | 13 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/ |
D | CHANGELOG | 883 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/ |
D | Doxyfile | 2106 # Note: WordPad (write) and others do not support links.
|