Searched refs:sys_read (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/proc/
H A Dproc-self-syscall.c25 static inline ssize_t sys_read(int fd, void *buf, size_t len) function
49 rv = sys_read(fd, buf2, sizeof(buf2));
/linux-master/tools/include/nolibc/
H A Dsys.h872 ssize_t sys_read(int fd, void *buf, size_t count) function
880 return __sysret(sys_read(fd, buf, count));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h20 __SYSCALL(__NR_read, sys_read)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h173 __SYSCALL(__NR_read, sys_read)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h173 __SYSCALL(__NR_read, sys_read)
/linux-master/include/linux/
H A Dsyscalls.h462 asmlinkage long sys_read(unsigned int fd, char __user *buf, size_t count);

Completed in 1082 milliseconds