Home
last modified time | relevance | path

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

/qemu/linux-user/aarch64/
H A Dsyscall_nr.h158 #define TARGET_NR_setresgid 149 macro
/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h155 #define TARGET_NR_setresgid 149 macro
/qemu/linux-user/riscv/
H A Dsyscall32_nr.h141 #define TARGET_NR_setresgid 149 macro
H A Dsyscall64_nr.h157 #define TARGET_NR_setresgid 149 macro
/qemu/linux-user/openrisc/
H A Dsyscall_nr.h159 #define TARGET_NR_setresgid 149 macro
/qemu/linux-user/hexagon/
H A Dsyscall_nr.h158 #define TARGET_NR_setresgid 149 macro
/qemu/linux-user/cris/
H A Dsyscall_nr.h178 #define TARGET_NR_setresgid 170 macro
/qemu/linux-user/
H A Dstrace.list1348 #ifdef TARGET_NR_setresgid
1349 { TARGET_NR_setresgid, "setresgid" , "%s(%u,%u,%u)", NULL, NULL },
H A Dsyscall.c11928 case TARGET_NR_setresgid: in _syscall2()