Searched refs:my_syscall3 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/include/nolibc/ |
| A D | nolibc.h | 1462 return my_syscall3(__NR_chown, path, owner, group); in sys_chown() 1490 return my_syscall3(__NR_dup3, old, new, flags); in sys_dup3() 1498 return my_syscall3(__NR_dup3, old, new, 0); in sys_dup2() 1537 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64() 1567 return my_syscall3(__NR_ioctl, fd, req, value); in sys_ioctl() 1591 return my_syscall3(__NR_lseek, fd, offset, whence); in sys_lseek() 1612 return my_syscall3(__NR_mknod, path, mode, dev); in sys_mknod() 1631 return my_syscall3(__NR_open, path, flags, mode); in sys_open() 1655 return my_syscall3(__NR_poll, fds, nfds, timeout); in sys_poll() 1664 return my_syscall3(__NR_read, fd, buf, count); in sys_read() [all …]
|
Completed in 13 milliseconds