Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h213 #define TARGET_NR_getgroups32 205 macro
/openbmc/qemu/linux-user/
H A Dstrace.list326 #ifdef TARGET_NR_getgroups32
327 { TARGET_NR_getgroups32, "getgroups32" , "%s(%d,%p)", NULL, NULL },
H A Dsyscall.c12050 #ifdef TARGET_NR_getgroups32 in _syscall2()
12051 case TARGET_NR_getgroups32: in _syscall2()