Lines Matching refs:uintptr_t
39 return host_syscall(SYS_newfstat, fd, (uintptr_t)sb); in host_fstat()
41 return host_syscall(SYS_fstat, fd, (uintptr_t)sb); in host_fstat()
48 return host_syscall(SYS_getdents64, fd, (uintptr_t)dirp, count); in host_getdents64()
60 return host_syscall(SYS_gettimeofday, (uintptr_t)a, (uintptr_t)b); in host_gettimeofday()
73 return host_syscall(SYS_llseek, fd, offset_high, offset_lo, (uintptr_t)result, whence); in host_llseek()
92 return host_syscall(SYS_mkdirat, HOST_AT_FDCWD, (uintptr_t)path, mode); in host_mkdir()
98 return (void *)host_syscall(SYS_mmap, (uintptr_t)addr, len, prot, flags, fd, off); in host_mmap()
111 return host_syscall(SYS_munmap, (uintptr_t)addr, len); in host_munmap()
117 return host_syscall(SYS_openat, HOST_AT_FDCWD, (uintptr_t)path, flags, mode); in host_open()
124 return host_syscall(SYS_read, fd, (uintptr_t)buf, nbyte); in host_read()
129 host_reboot(int magic1, int magic2, int cmd, uintptr_t arg) in host_reboot()
145 return host_syscall(SYS_pselect6, nfds, (uintptr_t)readfds, (uintptr_t)writefds, in host_select()
146 (uintptr_t)exceptfds, (uintptr_t)&ts, (uintptr_t)NULL); in host_select()
152 return host_syscall(SYS_newfstatat, HOST_AT_FDCWD, (uintptr_t)path, (uintptr_t)sb, 0); in host_stat()
164 return host_syscall(SYS_uname, (uintptr_t)uts); in host_uname()
170 return host_syscall(SYS_write, fd, (uintptr_t)buf, nbyte); in host_write()