Searched refs:MY_PREAD (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | pread_write.c | 31 #ifndef MY_PREAD 37 # define MY_PREAD(fd, buf, count, offset) __syscall_pread(fd, buf, count, 0, OFF_HI_LO(offset)) in _syscall6() macro 42 # define MY_PREAD(fd, buf, count, offset) __syscall_pread(fd, buf, count, OFF_HI_LO(offset)) in _syscall6() 47 # define MY_PREAD(fd, buf, count, offset) __syscall_pread(fd, buf, count, offset) in _syscall6() 77 return MY_PREAD(fd, buf, count, offset); in _syscall6()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | pread_write.c | 18 # define MY_PREAD(fd, buf, count, offset) \ macro
|
Completed in 3 milliseconds