Searched refs:OSRead (Results  1 – 5 of 5) sorted by relevance
| /bin/cat/ | 
| D | cat.c | 39 	OSRead(fd, &buf, i, len);  in main()
  | 
| /include/ | 
| D | syscall.h | 22 int OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length);
  | 
| /tests/ | 
| D | writetest.c | 64 	ret = OSRead(fd, outbuf, off, sizeof(outbuf));  in read()
  | 
| /lib/libc/ | 
| D | file.c | 112     return OSRead(fh->fd, buf, 0, size * nmemb);  in fread()
  | 
| D | syscall.c | 59 OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length)  in OSRead()  function
  |