Lines Matching defs:arg3
222 unsigned int func, arg1, arg2, arg3, arg4, arg5, arg6, arg7;
231 arg3 = m32rbf_h_gr_get (current_cpu, 2);
241 s.arg3 = arg3;
262 result = read (arg1, t2h_addr (cb, &s, arg2), arg3);
267 result = write (arg1, t2h_addr (cb, &s, arg2), arg3);
272 result = open ((char *) t2h_addr (cb, &s, arg1), arg2, arg3);
331 (mode_t) arg2, (dev_t) arg3);
343 (uid_t) arg2, (gid_t) arg3);
348 result = (int) lseek (arg1, (off_t) arg2, arg3);
464 result = ioctl (arg1, arg2, arg3);
469 result = fcntl (arg1, arg2, arg3);
609 twritefdsp = arg3;
691 arg3);
709 arg2, arg3, arg4, arg5, arg6);
731 prot = arg3;
819 result = fchown (arg1, arg2, arg3);
890 if ((s.write_mem) (cb, &s, arg3, (char *) &ovalue, sizeof(ovalue))
1057 result = ipc (arg1, arg2, arg3, arg4,
1097 result = mprotect ((void *) (uintptr_t) arg1, arg2, arg3);
1123 result = _llseek (arg1, arg2, arg3, &buf, arg5);
1143 result = getdents (arg1, &dir, arg3);
1168 result = msync ((void *) (uintptr_t) arg1, arg2, arg3);
1179 result = readv (arg1, &vector, arg3);
1191 result = writev (arg1, &vector, arg3);
1236 result = (int) mremap ((void *) t2h_addr (cb, &s, arg1), arg2, arg3, arg4);
1257 *((uid_t *) t2h_addr (cb, &s, arg3)) = H2T_4 (suid);
1270 result = poll (&ufds, arg2, arg3);
1288 *((uid_t *) t2h_addr (cb, &s, arg3)) = H2T_4 (sgid);
1293 result = pread (arg1, (void *) t2h_addr (cb, &s, arg2), arg3, arg4);
1298 result = pwrite (arg1, (void *) t2h_addr (cb, &s, arg2), arg3, arg4);
1304 result = chown ((char *) t2h_addr (cb, &s, arg1), arg2, arg3);
1322 offset = *((off_t *) t2h_addr (cb, &s, arg3));
1325 result = sendfile (arg1, arg2, &offset, arg3);
1331 *((off_t *) t2h_addr (cb, &s, arg3)) = H2T_4 (offset);