Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h73 #define TARGET_NR_getpgrp 65 macro
/openbmc/qemu/linux-user/
H A Dstrace.list351 #ifdef TARGET_NR_getpgrp
352 { TARGET_NR_getpgrp, "getpgrp" , "%s()", NULL, NULL },
H A Dsyscall.c9699 #ifdef TARGET_NR_getpgrp in _syscall2()
9700 case TARGET_NR_getpgrp: in _syscall2()