Home
last modified time | relevance | path

Searched refs:rnewp (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall.c13197 struct host_rlimit64 rnew, rold, *rnewp = 0; in _syscall2() local
13209 rnewp = &rnew; in _syscall2()
13212 ret = get_errno(sys_prlimit64(arg1, resource, rnewp, arg4 ? &rold : 0)); in _syscall2()