Home
last modified time | relevance | path

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

/qemu/linux-user/cris/
H A Dsyscall_nr.h46 #define TARGET_NR_rename 38 macro
/qemu/linux-user/
H A Dstrace.list1152 #ifdef TARGET_NR_rename
1153 { TARGET_NR_rename, "rename" , NULL, print_rename, NULL },
H A Dstrace.c3571 #ifdef TARGET_NR_rename
H A Dsyscall.c9655 #ifdef TARGET_NR_rename in _syscall2()
9656 case TARGET_NR_rename: in _syscall2()