Searched refs:MY_PREAD64 (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | pread_write.c | 38 # define MY_PREAD64(fd, buf, count, offset) __syscall_pread(fd, buf, count, 0, OFF64_HI_LO(offset… in _syscall6() macro 43 # define MY_PREAD64(fd, buf, count, offset) __syscall_pread(fd, buf, count, OFF64_HI_LO(offset)) in _syscall6() 48 # define MY_PREAD64(fd, buf, count, offset) __syscall_pread(fd, buf, count, offset) in _syscall6() 93 return MY_PREAD64(fd, buf, count, offset); in __NC()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | pread_write.c | 20 # define MY_PREAD64(fd, buf, count, offset) \ macro
|
Completed in 3 milliseconds