Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h23 #define TARGET_NR_chmod 15 macro
/openbmc/qemu/linux-user/
H A Dstrace.list70 #ifdef TARGET_NR_chmod
71 { TARGET_NR_chmod, "chmod" , NULL, print_chmod, NULL },
H A Dstrace.c1921 #ifdef TARGET_NR_chmod
H A Dsyscall.c9264 #ifdef TARGET_NR_chmod in _syscall2()
9265 case TARGET_NR_chmod: in _syscall2()