Home
last modified time | relevance | path

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

/qemu/bsd-user/
H A Dqemu-bsd.h37 int target_to_host_resource(int code);
H A Dbsd-proc.h141 int resource = target_to_host_resource(arg1); in do_bsd_getrlimit()
177 int resource = target_to_host_resource(arg1); in do_bsd_setrlimit()
H A Dbsd-proc.c36 int target_to_host_resource(int code) in target_to_host_resource() function
/qemu/linux-user/
H A Dsyscall.c1020 static inline int target_to_host_resource(int code) in target_to_host_resource() function
10271 int resource = target_to_host_resource(arg1); in _syscall2()
10299 int resource = target_to_host_resource(arg1); in _syscall2()
11678 int resource = target_to_host_resource(arg1); in _syscall2()
13320 int resource = target_to_host_resource(arg2); in _syscall2()