Home
last modified time | relevance | path

Searched refs:OSRead (Results 1 – 5 of 5) sorted by relevance

/bin/cat/
Dcat.c39 OSRead(fd, &buf, i, len); in main()
/include/
Dsyscall.h22 int OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length);
/tests/
Dwritetest.c64 ret = OSRead(fd, outbuf, off, sizeof(outbuf)); in read()
/lib/libc/
Dfile.c112 return OSRead(fh->fd, buf, 0, size * nmemb); in fread()
Dsyscall.c59 OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length) in OSRead() function