Searched refs:read (Results 1 – 20 of 20) sorted by relevance
/tests/ |
D | writetest.c | 59 read(int fd, int i) in read() function 98 read(fd, i); in readtest()
|
/lib/liblwip/src/netif/ |
D | ethernetif.c | 195 read data into(q->payload, q->len); 197 acknowledge that packet has been read();
|
/sys/include/ |
D | handle.h | 23 int (*read)(Handle *, void *, uint64_t, uint64_t); // Read member
|
D | disk.h | 18 int (*read)(Disk *, void *, SGArray *, DiskCB, void *); // Read member
|
D | vfs.h | 47 int (*read)(VNode *fn, void *buf, uint64_t off, uint64_t len); member
|
/sys/kern/ |
D | vfsuio.c | 80 hdl->read = VFSUIO_Read; in VFSUIO_Open()
|
D | disk.c | 46 return disk->read(disk, buf, sga, cb, arg); in Disk_Read()
|
D | vfs.c | 182 return fn->op->read(fn, buf, off, len); in VFS_Read()
|
D | syscall.c | 228 status = (handle->read)(handle, (void *)addr, off, length); in Syscall_Read()
|
/sbin/newfs_o2fs/ |
D | newfs_o2fs.c | 56 read(fd, tokenBuf, manifeststat.st_size); in LoadManifest() 145 int len = read(fd, tempbuf, blockSize); in AddFile()
|
/sys/dev/ |
D | console.c | 206 handle->read = &Console_Read; in Console_OpenHandle()
|
/ |
D | SConstruct | 87 head = hf.read() 92 branch = bf.read()
|
/lib/liblwip/src/include/lwip/ |
D | sockets.h | 365 #define read(a,b,c) lwip_read(a,b,c) macro
|
/lib/liblwip/doc/ |
D | contrib.txt | 55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an…
|
D | snmp_agent.txt | 7 read rawapi.txt to gain a better understanding of the SNMP message handling.
|
D | rawapi.txt | 13 model of execution is based on the blocking open-read-write-close
|
/sys/dev/x86/ |
D | ide.c | 263 disk->read = IDE_Read; in IDE_Identify()
|
/sys/fs/o2fs/ |
D | o2fs.c | 36 .read = O2FS_Read,
|
/docs/ |
D | Doxyfile | 340 # the files are not read by doxygen. When specifying no_extension you should add 948 # read by doxygen. 1483 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop 2066 # path from which the emoji images will be read. If a relative path is entered,
|
/lib/liblwip/ |
D | CHANGELOG | 2716 * etharp.{c,h}: added etharp_find_addr() to read 3125 * read() in BSD socket library could drop data.
|