Home
last modified time | relevance | path

Searched refs:read (Results 1 – 20 of 20) sorted by relevance

/tests/
Dwritetest.c59 read(int fd, int i) in read() function
98 read(fd, i); in readtest()
/lib/liblwip/src/netif/
Dethernetif.c195 read data into(q->payload, q->len);
197 acknowledge that packet has been read();
/sys/include/
Dhandle.h23 int (*read)(Handle *, void *, uint64_t, uint64_t); // Read member
Ddisk.h18 int (*read)(Disk *, void *, SGArray *, DiskCB, void *); // Read member
Dvfs.h47 int (*read)(VNode *fn, void *buf, uint64_t off, uint64_t len); member
/sys/kern/
Dvfsuio.c80 hdl->read = VFSUIO_Read; in VFSUIO_Open()
Ddisk.c46 return disk->read(disk, buf, sga, cb, arg); in Disk_Read()
Dvfs.c182 return fn->op->read(fn, buf, off, len); in VFS_Read()
Dsyscall.c228 status = (handle->read)(handle, (void *)addr, off, length); in Syscall_Read()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c56 read(fd, tokenBuf, manifeststat.st_size); in LoadManifest()
145 int len = read(fd, tempbuf, blockSize); in AddFile()
/sys/dev/
Dconsole.c206 handle->read = &Console_Read; in Console_OpenHandle()
/
DSConstruct87 head = hf.read()
92 branch = bf.read()
/lib/liblwip/src/include/lwip/
Dsockets.h365 #define read(a,b,c) lwip_read(a,b,c) macro
/lib/liblwip/doc/
Dcontrib.txt55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an…
Dsnmp_agent.txt7 read rawapi.txt to gain a better understanding of the SNMP message handling.
Drawapi.txt13 model of execution is based on the blocking open-read-write-close
/sys/dev/x86/
Dide.c263 disk->read = IDE_Read; in IDE_Identify()
/sys/fs/o2fs/
Do2fs.c36 .read = O2FS_Read,
/docs/
DDoxyfile340 # 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/
DCHANGELOG2716 * etharp.{c,h}: added etharp_find_addr() to read
3125 * read() in BSD socket library could drop data.