Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/qemu/linux-user/
H A Dsyscall.c1019 static inline int target_to_host_resource(int code) in target_to_host_resource() function
10149 int resource = target_to_host_resource(arg1); in _syscall2()
10177 int resource = target_to_host_resource(arg1); in _syscall2()
11556 int resource = target_to_host_resource(arg1); in _syscall2()
13198 int resource = target_to_host_resource(arg2); in _syscall2()