Home
last modified time | relevance | path

Searched refs:do_bsd_setresuid (Results 1 – 2 of 2) sorted by path

/qemu/bsd-user/
H A Dbsd-proc.h293 static inline abi_long do_bsd_setresuid(uid_t ruid, uid_t euid, uid_t suid) in do_bsd_setresuid() function
/qemu/bsd-user/freebsd/
H A Dos-syscall.c366 ret = do_bsd_setresuid(arg1, arg2, arg3); in freebsd_syscall()